Html Css Color HEX #478FF2 Cornflower Blue

📋 copy color: '#478FF2'

red 71 ◦ green 143 ◦ blue 242

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

Shades of Cornflower Blue #478FF2

Tints of Cornflower Blue #478FF2

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.36%

 BLUE value IS 242 (94.92% from 255) = 53.07%

R = 15.57%
G = 31.36%
B = 53.07%

CMYK

 C value IS 0.71

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#478FF2 (or 0x478FF2) is known color: Cornflower Blue. HEX triplet: 47, 8F and F2. RGB value is (71,143,242). Sum of RGB (Red+Green+Blue) = 71+143+242=456 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.57% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 242 (94.92% from 255 or 53.07% from 456); Max value from RGB is 242 - color contains mainly: blue. Hex color #478FF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #478FF2 is #B8700D. Grayscale: #848484. Windows color (decimal): -12087310 or 15896391. OLE color: 15896391.

HSL color Cylindrical-coordinate representation of color #478FF2: hue angle of 214.74º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #478FF2 is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 71 143 242 -
CMYK 0.71 0.41 0 0.05
HSL 214.74º 0.87% 0.61% -
HSV(B) 214.74º 0.71% 0.95% -
XYZ 28.45 27.4 87.79 -
YUV 132.76 189.65 83.95 -
System Red Green Blue C M Y K H S L
Decimal 71 143 242 0.71 0.41 0 0.05 214.74 0.87 0.61
Hex 47 8F F2 47 29 0 5 D7 57 3D
Octal 107 217 362 107 51 0 5 327 127 75
Binary 1000111 10001111 11110010 1000111 101001 0 101 11010111 1010111 111101

Color Harmonies of #478FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478FF2

Black with #478FF2

Text Example


Text Example

White with #478FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,143,242); }

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

background-color css

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

 a { background-color: rgb(71,143,242); }

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

border-color css

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

 span { border-color: rgb(71,143,242); }

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