#4D8EDF

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

Shades of Cornflower Blue #4D8EDF

Tints of Cornflower Blue #4D8EDF

Color information

#4D8EDF (or 0x4D8EDF) is unknown color: approx Cornflower Blue. HEX triplet: 4D, 8E and DF. RGB value is (77,142,223). Sum of RGB (Red+Green+Blue) = 77+142+223=442 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.42% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #4D8EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D8EDF is #B27120. Grayscale: #838383. Windows color (decimal): -11694369 or 14650957. OLE color: 14650957.

HSL color Cylindrical-coordinate representation of color #4D8EDF: hue angle of 213.29º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D8EDF is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB77142223-
CMYK0.650.3600.13
HSL213.29º69.52%58.82%-
HSV(B)213.29º65.47%87.45%-
XYZ26.0526.2573.51-
YUV131.8179.4788.91-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.42%
GREEN value IS 142 (55.86% from 255) = 32.13%
BLUE value IS 223 (87.5% from 255) = 50.45%
R=17.42%
G=32.13%
B=50.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal771422230.650.3600.13213.2969.5258.82
Hex4D8EDF41240Dd5463b
Octal1152163371014401532510673
Binary10011011000111011011111100000110010001101110101011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,142,223); }

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

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

 a { background-color: rgb(77,142,223); }

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

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

 span { border-color: rgb(77,142,223); }

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