Html Css Color HEX #478BE0 Cornflower Blue

📋 copy color: '#478BE0'

red 71 ◦ green 139 ◦ blue 224

#478BE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #478BE0

Tints of Cornflower Blue #478BE0

RGB

 RED value IS 71 (28.13% from 255) = 16.36%

 GREEN value IS 139 (54.69% from 255) = 32.03%

 BLUE value IS 224 (87.89% from 255) = 51.61%

R = 16.36%
G = 32.03%
B = 51.61%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#478BE0 (or 0x478BE0) is known color: Cornflower Blue. HEX triplet: 47, 8B and E0. RGB value is (71,139,224). Sum of RGB (Red+Green+Blue) = 71+139+224=434 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.36% from 434); Green value is 139 (54.69% from 255 or 32.03% from 434); Blue value is 224 (87.89% from 255 or 51.61% from 434); Max value from RGB is 224 - color contains mainly: blue. Hex color #478BE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478BE0 is #B8741F. Grayscale: #7F7F7F. Windows color (decimal): -12088352 or 14715719. OLE color: 14715719.

HSL color Cylindrical-coordinate representation of color #478BE0: hue angle of 213.33º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #478BE0 is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 71 139 224 -
CMYK 0.68 0.38 0 0.12
HSL 213.33º 0.71% 0.58% -
HSV(B) 213.33º 0.68% 0.88% -
XYZ 25.29 25.19 74.05 -
YUV 128.36 181.97 87.09 -
System Red Green Blue C M Y K H S L
Decimal 71 139 224 0.68 0.38 0 0.12 213.33 0.71 0.58
Hex 47 8B E0 44 26 0 C D5 47 3A
Octal 107 213 340 104 46 0 14 325 107 72
Binary 1000111 10001011 11100000 1000100 100110 0 1100 11010101 1000111 111010

Color Harmonies of #478BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478BE0

Black with #478BE0

Text Example


Text Example

White with #478BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,139,224); }

 H1.HeaderClassName
 {
   color: #478BE0;
 }
 .AnyTagClassName
 {
   color: #478BE0;
 }
</style>

background-color css

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

 a { background-color: rgb(71,139,224); }

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

border-color css

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

 span { border-color: rgb(71,139,224); }

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