Html Css Color HEX #5E9DEB Cornflower Blue

📋 copy color: '#5E9DEB'

red 94 ◦ green 157 ◦ blue 235

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

Shades of Cornflower Blue #5E9DEB

Tints of Cornflower Blue #5E9DEB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.3%

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

R = 19.34%
G = 32.3%
B = 48.35%

CMYK

 C value IS 0.6

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5E9DEB (or 0x5E9DEB) is known color: Cornflower Blue. HEX triplet: 5E, 9D and EB. RGB value is (94,157,235). Sum of RGB (Red+Green+Blue) = 94+157+235=486 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.34% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E9DEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E9DEB is #A16214. Grayscale: #929292. Windows color (decimal): -10576405 or 15441246. OLE color: 15441246.

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

Color convert

RGB 94 157 235 -
CMYK 0.6 0.33 0 0.08
HSL 213.19º 0.78% 0.65% -
HSV(B) 213.19º 0.6% 0.92% -
XYZ 31.67 32.49 83.2 -
YUV 147.06 177.63 90.16 -
System Red Green Blue C M Y K H S L
Decimal 94 157 235 0.6 0.33 0 0.08 213.19 0.78 0.65
Hex 5E 9D EB 3C 21 0 8 D5 4E 41
Octal 136 235 353 74 41 0 10 325 116 101
Binary 1011110 10011101 11101011 111100 100001 0 1000 11010101 1001110 1000001

Color Harmonies of #5E9DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9DEB

Black with #5E9DEB

Text Example


Text Example

White with #5E9DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,157,235); }

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

background-color css

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

 a { background-color: rgb(94,157,235); }

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

border-color css

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

 span { border-color: rgb(94,157,235); }

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