Html Css Color HEX #5B9FFF Cornflower Blue

📋 copy color: '#5B9FFF'

red 91 ◦ green 159 ◦ blue 255

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

Shades of Cornflower Blue #5B9FFF

Tints of Cornflower Blue #5B9FFF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.49%

 BLUE value IS 255 (100% from 255) = 50.5%

R = 18.02%
G = 31.49%
B = 50.5%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5B9FFF (or 0x5B9FFF) is known color: Cornflower Blue. HEX triplet: 5B, 9F and FF. RGB value is (91,159,255). Sum of RGB (Red+Green+Blue) = 91+159+255=505 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.02% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #5B9FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B9FFF is #A46000. Grayscale: #959595. Windows color (decimal): -10772481 or 16752475. OLE color: 16752475.

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

Color convert

RGB 91 159 255 -
CMYK 0.64 0.38 0 0
HSL 215.12º 1% 0.68% -
HSV(B) 215.12º 0.64% 1% -
XYZ 34.76 34.24 99.38 -
YUV 149.61 187.47 86.19 -
System Red Green Blue C M Y K H S L
Decimal 91 159 255 0.64 0.38 0 0 215.12 1 0.68
Hex 5B 9F FF 40 26 0 0 D7 64 44
Octal 133 237 377 100 46 0 0 327 144 104
Binary 1011011 10011111 11111111 1000000 100110 0 0 11010111 1100100 1000100

Color Harmonies of #5B9FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9FFF

Black with #5B9FFF

Text Example


Text Example

White with #5B9FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,159,255); }

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

background-color css

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

 a { background-color: rgb(91,159,255); }

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

border-color css

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

 span { border-color: rgb(91,159,255); }

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