Html Css Color HEX #5E9BFB Cornflower Blue

📋 copy color: '#5E9BFB'

red 94 ◦ green 155 ◦ blue 251

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

Shades of Cornflower Blue #5E9BFB

Tints of Cornflower Blue #5E9BFB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31%

 BLUE value IS 251 (98.44% from 255) = 50.2%

R = 18.8%
G = 31%
B = 50.2%

CMYK

 C value IS 0.63

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5E9BFB (or 0x5E9BFB) is known color: Cornflower Blue. HEX triplet: 5E, 9B and FB. RGB value is (94,155,251). Sum of RGB (Red+Green+Blue) = 94+155+251=500 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.8% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #5E9BFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E9BFB is #A16404. Grayscale: #939393. Windows color (decimal): -10576901 or 16489310. OLE color: 16489310.

HSL color Cylindrical-coordinate representation of color #5E9BFB: hue angle of 216.69º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E9BFB is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 94 155 251 -
CMYK 0.63 0.38 0 0.02
HSL 216.69º 0.95% 0.68% -
HSV(B) 216.69º 0.63% 0.98% -
XYZ 33.75 32.79 95.82 -
YUV 147.71 186.29 89.69 -
System Red Green Blue C M Y K H S L
Decimal 94 155 251 0.63 0.38 0 0.02 216.69 0.95 0.68
Hex 5E 9B FB 3F 26 0 2 D9 5F 44
Octal 136 233 373 77 46 0 2 331 137 104
Binary 1011110 10011011 11111011 111111 100110 0 10 11011001 1011111 1000100

Color Harmonies of #5E9BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9BFB

Black with #5E9BFB

Text Example


Text Example

White with #5E9BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,155,251); }

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

background-color css

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

 a { background-color: rgb(94,155,251); }

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

border-color css

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

 span { border-color: rgb(94,155,251); }

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