Html Css Color HEX #478CEB Cornflower Blue

📋 copy color: '#478CEB'

red 71 ◦ green 140 ◦ blue 235

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

Shades of Cornflower Blue #478CEB

Tints of Cornflower Blue #478CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.69%

R = 15.92%
G = 31.39%
B = 52.69%

CMYK

 C value IS 0.70

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#478CEB (or 0x478CEB) is known color: Cornflower Blue. HEX triplet: 47, 8C and EB. RGB value is (71,140,235). Sum of RGB (Red+Green+Blue) = 71+140+235=446 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.92% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #478CEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #478CEB is #B87314. Grayscale: #818181. Windows color (decimal): -12088085 or 15436871. OLE color: 15436871.

HSL color Cylindrical-coordinate representation of color #478CEB: hue angle of 214.76º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #478CEB is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 71 140 235 -
CMYK 0.70 0.40 0 0.08
HSL 214.76º 0.8% 0.6% -
HSV(B) 214.76º 0.7% 0.92% -
XYZ 26.97 26.09 82.21 -
YUV 130.2 187.14 85.78 -
System Red Green Blue C M Y K H S L
Decimal 71 140 235 0.70 0.40 0 0.08 214.76 0.8 0.6
Hex 47 8C EB 46 28 0 8 D7 50 3C
Octal 107 214 353 106 50 0 10 327 120 74
Binary 1000111 10001100 11101011 1000110 101000 0 1000 11010111 1010000 111100

Color Harmonies of #478CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478CEB

Black with #478CEB

Text Example


Text Example

White with #478CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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