Html Css Color HEX #5B9EF1 Cornflower Blue

📋 copy color: '#5B9EF1'

red 91 ◦ green 158 ◦ blue 241

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

Shades of Cornflower Blue #5B9EF1

Tints of Cornflower Blue #5B9EF1

RGB

 RED value IS 91 (35.94% from 255) = 18.57%

 GREEN value IS 158 (62.11% from 255) = 32.24%

 BLUE value IS 241 (94.53% from 255) = 49.18%

R = 18.57%
G = 32.24%
B = 49.18%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5B9EF1 (or 0x5B9EF1) is known color: Cornflower Blue. HEX triplet: 5B, 9E and F1. RGB value is (91,158,241). Sum of RGB (Red+Green+Blue) = 91+158+241=490 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.57% from 490); Green value is 158 (62.11% from 255 or 32.24% from 490); Blue value is 241 (94.53% from 255 or 49.18% from 490); Max value from RGB is 241 - color contains mainly: blue. Hex color #5B9EF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B9EF1 is #A4610E. Grayscale: #939393. Windows color (decimal): -10772751 or 15834715. OLE color: 15834715.

HSL color Cylindrical-coordinate representation of color #5B9EF1: hue angle of 213.2º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B9EF1 is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 91 158 241 -
CMYK 0.62 0.34 0 0.05
HSL 213.2º 0.84% 0.65% -
HSV(B) 213.2º 0.62% 0.95% -
XYZ 32.42 33.03 87.89 -
YUV 147.43 180.8 87.75 -
System Red Green Blue C M Y K H S L
Decimal 91 158 241 0.62 0.34 0 0.05 213.2 0.84 0.65
Hex 5B 9E F1 3E 22 0 5 D5 54 41
Octal 133 236 361 76 42 0 5 325 124 101
Binary 1011011 10011110 11110001 111110 100010 0 101 11010101 1010100 1000001

Color Harmonies of #5B9EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9EF1

Black with #5B9EF1

Text Example


Text Example

White with #5B9EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,158,241); }

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

background-color css

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

 a { background-color: rgb(91,158,241); }

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

border-color css

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

 span { border-color: rgb(91,158,241); }

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