Html Css Color HEX #478CE1 Cornflower Blue

📋 copy color: '#478CE1'

red 71 ◦ green 140 ◦ blue 225

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

Shades of Cornflower Blue #478CE1

Tints of Cornflower Blue #478CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 51.61%

R = 16.28%
G = 32.11%
B = 51.61%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#478CE1 (or 0x478CE1) is known color: Cornflower Blue. HEX triplet: 47, 8C and E1. RGB value is (71,140,225). Sum of RGB (Red+Green+Blue) = 71+140+225=436 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.28% from 436); Green value is 140 (55.08% from 255 or 32.11% from 436); Blue value is 225 (88.28% from 255 or 51.61% from 436); Max value from RGB is 225 - color contains mainly: blue. Hex color #478CE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478CE1 is #B8731E. Grayscale: #808080. Windows color (decimal): -12088095 or 14781511. OLE color: 14781511.

HSL color Cylindrical-coordinate representation of color #478CE1: hue angle of 213.12º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #478CE1 is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 71 140 225 -
CMYK 0.68 0.38 0 0.12
HSL 213.12º 0.72% 0.58% -
HSV(B) 213.12º 0.68% 0.88% -
XYZ 25.57 25.53 74.81 -
YUV 129.06 182.14 86.59 -
System Red Green Blue C M Y K H S L
Decimal 71 140 225 0.68 0.38 0 0.12 213.12 0.72 0.58
Hex 47 8C E1 44 26 0 C D5 48 3A
Octal 107 214 341 104 46 0 14 325 110 72
Binary 1000111 10001100 11100001 1000100 100110 0 1100 11010101 1001000 111010

Color Harmonies of #478CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478CE1

Black with #478CE1

Text Example


Text Example

White with #478CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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