Html Css Color HEX #5E9CEA Cornflower Blue

📋 copy color: '#5E9CEA'

red 94 ◦ green 156 ◦ blue 234

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

Shades of Cornflower Blue #5E9CEA

Tints of Cornflower Blue #5E9CEA

RGB

 RED value IS 94 (37.11% from 255) = 19.42%

 GREEN value IS 156 (61.33% from 255) = 32.23%

 BLUE value IS 234 (91.8% from 255) = 48.35%

R = 19.42%
G = 32.23%
B = 48.35%

CMYK

 C value IS 0.60

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5E9CEA (or 0x5E9CEA) is known color: Cornflower Blue. HEX triplet: 5E, 9C and EA. RGB value is (94,156,234). Sum of RGB (Red+Green+Blue) = 94+156+234=484 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.42% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 234 - color contains mainly: blue. Hex color #5E9CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E9CEA is #A16315. Grayscale: #919191. Windows color (decimal): -10576662 or 15375454. OLE color: 15375454.

HSL color Cylindrical-coordinate representation of color #5E9CEA: hue angle of 213.43º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E9CEA is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 94 156 234 -
CMYK 0.60 0.33 0 0.08
HSL 213.43º 0.77% 0.64% -
HSV(B) 213.43º 0.6% 0.92% -
XYZ 31.36 32.1 82.38 -
YUV 146.35 177.46 90.66 -
System Red Green Blue C M Y K H S L
Decimal 94 156 234 0.60 0.33 0 0.08 213.43 0.77 0.64
Hex 5E 9C EA 3C 21 0 8 D5 4D 40
Octal 136 234 352 74 41 0 10 325 115 100
Binary 1011110 10011100 11101010 111100 100001 0 1000 11010101 1001101 1000000

Color Harmonies of #5E9CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9CEA

Black with #5E9CEA

Text Example


Text Example

White with #5E9CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E9CEA; }

 p { color: rgb(94,156,234); }

 H1.HeaderClassName
 {
   color: #5E9CEA;
 }
 .AnyTagClassName
 {
   color: #5E9CEA;
 }
</style>

background-color css

<style>
 a { background-color: #5E9CEA; }

 a { background-color: rgb(94,156,234); }

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

border-color css

<style>
 span { border-color: #5E9CEA; }

 span { border-color: rgb(94,156,234); }

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