#478CED

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

Shades of Cornflower Blue #478CED

Tints of Cornflower Blue #478CED

Color information

#478CED (or 0x478CED) is unknown color: approx Cornflower Blue. HEX triplet: 47, 8C and ED. RGB value is (71,140,237). Sum of RGB (Red+Green+Blue) = 71+140+237=448 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.85% from 448); Green value is 140 (55.08% from 255 or 31.25% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #478CED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #478CED is #B87312. Grayscale: #818181. Windows color (decimal): -12088083 or 15567943. OLE color: 15567943.

HSL color Cylindrical-coordinate representation of color #478CED: hue angle of 215.06º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #478CED is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB71140237-
CMYK0.700.4100.07
HSL215.06º82.18%60.39%-
HSV(B)215.06º70.04%92.94%-
XYZ27.2626.2183.74-
YUV130.43188.1485.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.85%
GREEN value IS 140 (55.08% from 255) = 31.25%
BLUE value IS 237 (92.97% from 255) = 52.90%
R=15.85%
G=31.25%
B=52.90%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal711402370.700.4100.07215.0682.1860.39
Hex478CED462907d7523c
Octal107214355106510732712274
Binary1000111100011001110110110001101010010111110101111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478CED; }

 p { color: rgb(71,140,237); }

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

<style>
 a { background-color: #478CED; }

 a { background-color: rgb(71,140,237); }

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

<style>
 span { border-color: #478CED; }

 span { border-color: rgb(71,140,237); }

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