Html Css Color HEX #479CFB Cornflower Blue

📋 copy color: '#479CFB'

red 71 ◦ green 156 ◦ blue 251

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

Shades of Cornflower Blue #479CFB

Tints of Cornflower Blue #479CFB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.64%

 BLUE value IS 251 (98.44% from 255) = 52.51%

R = 14.85%
G = 32.64%
B = 52.51%

CMYK

 C value IS 0.72

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#479CFB (or 0x479CFB) is known color: Cornflower Blue. HEX triplet: 47, 9C and FB. RGB value is (71,156,251). Sum of RGB (Red+Green+Blue) = 71+156+251=478 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.85% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #479CFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #479CFB is #B86304. Grayscale: #8C8C8C. Windows color (decimal): -12083973 or 16489543. OLE color: 16489543.

HSL color Cylindrical-coordinate representation of color #479CFB: hue angle of 211.67º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #479CFB is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 71 156 251 -
CMYK 0.72 0.38 0 0.02
HSL 211.67º 0.96% 0.63% -
HSV(B) 211.67º 0.72% 0.98% -
XYZ 31.9 32.08 95.78 -
YUV 141.42 189.84 77.78 -
System Red Green Blue C M Y K H S L
Decimal 71 156 251 0.72 0.38 0 0.02 211.67 0.96 0.63
Hex 47 9C FB 48 26 0 2 D4 60 3F
Octal 107 234 373 110 46 0 2 324 140 77
Binary 1000111 10011100 11111011 1001000 100110 0 10 11010100 1100000 111111

Color Harmonies of #479CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479CFB

Black with #479CFB

Text Example


Text Example

White with #479CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479CFB; }

 p { color: rgb(71,156,251); }

 H1.HeaderClassName
 {
   color: #479CFB;
 }
 .AnyTagClassName
 {
   color: #479CFB;
 }
</style>

background-color css

<style>
 a { background-color: #479CFB; }

 a { background-color: rgb(71,156,251); }

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

border-color css

<style>
 span { border-color: #479CFB; }

 span { border-color: rgb(71,156,251); }

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