#4B8DF8

Color #4B8DF8 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #4B8DF8

Tints of Cornflower Blue #4B8DF8

Color information

#4B8DF8 (or 0x4B8DF8) is unknown color: approx Cornflower Blue. HEX triplet: 4B, 8D and F8. RGB value is (75,141,248). Sum of RGB (Red+Green+Blue) = 75+141+248=464 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.16% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 248 (97.27% from 255 or 53.45% from 464); Max value from RGB is 248 - color contains mainly: blue. Hex color #4B8DF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4B8DF8 is #B47207. Grayscale: #848484. Windows color (decimal): -11825672 or 16289099. OLE color: 16289099.

HSL color Cylindrical-coordinate representation of color #4B8DF8: hue angle of 217.11º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B8DF8 is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB75141248-
CMYK0.700.4300.03
HSL217.11º92.51%63.33%-
HSV(B)217.11º69.76%97.25%-
XYZ29.3727.3292.53-
YUV133.46192.6386.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 75 (29.69% from 255) = 16.16%
GREEN value IS 141 (55.47% from 255) = 30.39%
BLUE value IS 248 (97.27% from 255) = 53.45%
R=16.16%
G=30.39%
B=53.45%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal751412480.700.4300.03217.1192.5163.33
Hex4B8DF8462B03d95d3f
Octal113215370106530333113577
Binary100101110001101111110001000110101011011110110011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B8DF8; }

 p { color: rgb(75,141,248); }

 H1.HeaderClassName
 {
   color: #4B8DF8;
 }
 .AnyTagClassName
 {
   color: #4B8DF8;
 }
</style>
background-color css

<style>
 a { background-color: #4B8DF8; }

 a { background-color: rgb(75,141,248); }

 div.DivClassName
 {
   background-color: #4B8DF8;
 }
 .BgClassName
 {
   background-color: #4B8DF8;
 }
</style>
border-color css

<style>
 span { border-color: #4B8DF8; }

 span { border-color: rgb(75,141,248); }

 td.TdClassName
 {
   border-color: #4B8DF8;
 }
 .TagClassName
 {
   border-color: #4B8DF8;
 }
</style>