Html Css Color HEX #478BFC Cornflower Blue

📋 copy color: '#478BFC'

red 71 ◦ green 139 ◦ blue 252

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

Shades of Cornflower Blue #478BFC

Tints of Cornflower Blue #478BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.55%

R = 15.37%
G = 30.09%
B = 54.55%

CMYK

 C value IS 0.72

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#478BFC (or 0x478BFC) is known color: Cornflower Blue. HEX triplet: 47, 8B and FC. RGB value is (71,139,252). Sum of RGB (Red+Green+Blue) = 71+139+252=462 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.37% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #478BFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #478BFC is #B87403. Grayscale: #838383. Windows color (decimal): -12088324 or 16550727. OLE color: 16550727.

HSL color Cylindrical-coordinate representation of color #478BFC: hue angle of 217.46º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #478BFC is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 71 139 252 -
CMYK 0.72 0.45 0 0.01
HSL 217.46º 0.97% 0.63% -
HSV(B) 217.46º 0.72% 0.99% -
XYZ 29.4 26.83 95.73 -
YUV 131.55 195.97 84.81 -
System Red Green Blue C M Y K H S L
Decimal 71 139 252 0.72 0.45 0 0.01 217.46 0.97 0.63
Hex 47 8B FC 48 2D 0 1 D9 61 3F
Octal 107 213 374 110 55 0 1 331 141 77
Binary 1000111 10001011 11111100 1001000 101101 0 1 11011001 1100001 111111

Color Harmonies of #478BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478BFC

Black with #478BFC

Text Example


Text Example

White with #478BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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