Html Css Color HEX #5B96ED Cornflower Blue

📋 copy color: '#5B96ED'

red 91 ◦ green 150 ◦ blue 237

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

Shades of Cornflower Blue #5B96ED

Tints of Cornflower Blue #5B96ED

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.38%

 BLUE value IS 237 (92.97% from 255) = 49.58%

R = 19.04%
G = 31.38%
B = 49.58%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5B96ED (or 0x5B96ED) is known color: Cornflower Blue. HEX triplet: 5B, 96 and ED. RGB value is (91,150,237). Sum of RGB (Red+Green+Blue) = 91+150+237=478 (63% of max value = 765). Red value is 91 (35.94% from 255 or 19.04% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #5B96ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B96ED is #A46912. Grayscale: #8D8D8D. Windows color (decimal): -10774803 or 15570523. OLE color: 15570523.

HSL color Cylindrical-coordinate representation of color #5B96ED: hue angle of 215.75º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B96ED is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 91 150 237 -
CMYK 0.62 0.37 0 0.07
HSL 215.75º 0.8% 0.64% -
HSV(B) 215.75º 0.62% 0.93% -
XYZ 30.51 30.15 84.33 -
YUV 142.28 181.45 91.43 -
System Red Green Blue C M Y K H S L
Decimal 91 150 237 0.62 0.37 0 0.07 215.75 0.8 0.64
Hex 5B 96 ED 3E 25 0 7 D8 50 40
Octal 133 226 355 76 45 0 7 330 120 100
Binary 1011011 10010110 11101101 111110 100101 0 111 11011000 1010000 1000000

Color Harmonies of #5B96ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B96ED

Black with #5B96ED

Text Example


Text Example

White with #5B96ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,150,237); }

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

background-color css

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

 a { background-color: rgb(91,150,237); }

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

border-color css

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

 span { border-color: rgb(91,150,237); }

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