Html Css Color HEX #478AFC Cornflower Blue

📋 copy color: '#478AFC'

red 71 ◦ green 138 ◦ blue 252

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

Shades of Cornflower Blue #478AFC

Tints of Cornflower Blue #478AFC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.93%

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

R = 15.4%
G = 29.93%
B = 54.66%

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

#478AFC (or 0x478AFC) is known color: Cornflower Blue. HEX triplet: 47, 8A and FC. RGB value is (71,138,252). Sum of RGB (Red+Green+Blue) = 71+138+252=461 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.40% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #478AFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #478AFC is #B87503. Grayscale: #828282. Windows color (decimal): -12088580 or 16550471. OLE color: 16550471.

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

Color convert

RGB 71 138 252 -
CMYK 0.72 0.45 0 0.01
HSL 217.79º 0.97% 0.63% -
HSV(B) 217.79º 0.72% 0.99% -
XYZ 29.26 26.54 95.68 -
YUV 130.96 196.3 85.23 -
System Red Green Blue C M Y K H S L
Decimal 71 138 252 0.72 0.45 0 0.01 217.79 0.97 0.63
Hex 47 8A FC 48 2D 0 1 DA 61 3F
Octal 107 212 374 110 55 0 1 332 141 77
Binary 1000111 10001010 11111100 1001000 101101 0 1 11011010 1100001 111111

Color Harmonies of #478AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478AFC

Black with #478AFC

Text Example


Text Example

White with #478AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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