Html Css Color HEX #478CFB Cornflower Blue

📋 copy color: '#478CFB'

red 71 ◦ green 140 ◦ blue 251

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

Shades of Cornflower Blue #478CFB

Tints of Cornflower Blue #478CFB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.3%

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

R = 15.37%
G = 30.3%
B = 54.33%

CMYK

 C value IS 0.72

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#478CFB (or 0x478CFB) is known color: Cornflower Blue. HEX triplet: 47, 8C and FB. RGB value is (71,140,251). Sum of RGB (Red+Green+Blue) = 71+140+251=462 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.37% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #478CFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #478CFB is #B87304. Grayscale: #838383. Windows color (decimal): -12088069 or 16485447. OLE color: 16485447.

HSL color Cylindrical-coordinate representation of color #478CFB: hue angle of 217º 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 #478CFB is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 71 140 251 -
CMYK 0.72 0.44 0 0.02
HSL 217º 0.96% 0.63% -
HSV(B) 217º 0.72% 0.98% -
XYZ 29.39 27.06 94.94 -
YUV 132.02 195.14 84.47 -
System Red Green Blue C M Y K H S L
Decimal 71 140 251 0.72 0.44 0 0.02 217 0.96 0.63
Hex 47 8C FB 48 2C 0 2 D9 60 3F
Octal 107 214 373 110 54 0 2 331 140 77
Binary 1000111 10001100 11111011 1001000 101100 0 10 11011001 1100000 111111

Color Harmonies of #478CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478CFB

Black with #478CFB

Text Example


Text Example

White with #478CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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