Html Css Color HEX #5B9AF0 Cornflower Blue

📋 copy color: '#5B9AF0'

red 91 ◦ green 154 ◦ blue 240

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

Shades of Cornflower Blue #5B9AF0

Tints of Cornflower Blue #5B9AF0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.75%

 BLUE value IS 240 (94.14% from 255) = 49.48%

R = 18.76%
G = 31.75%
B = 49.48%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5B9AF0 (or 0x5B9AF0) is known color: Cornflower Blue. HEX triplet: 5B, 9A and F0. RGB value is (91,154,240). Sum of RGB (Red+Green+Blue) = 91+154+240=485 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.76% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 240 (94.14% from 255 or 49.48% from 485); Max value from RGB is 240 - color contains mainly: blue. Hex color #5B9AF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B9AF0 is #A4650F. Grayscale: #909090. Windows color (decimal): -10773776 or 15768155. OLE color: 15768155.

HSL color Cylindrical-coordinate representation of color #5B9AF0: hue angle of 214.63º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B9AF0 is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 91 154 240 -
CMYK 0.62 0.36 0 0.06
HSL 214.63º 0.83% 0.65% -
HSV(B) 214.63º 0.62% 0.94% -
XYZ 31.6 31.63 86.88 -
YUV 144.97 181.63 89.51 -
System Red Green Blue C M Y K H S L
Decimal 91 154 240 0.62 0.36 0 0.06 214.63 0.83 0.65
Hex 5B 9A F0 3E 24 0 6 D7 53 41
Octal 133 232 360 76 44 0 6 327 123 101
Binary 1011011 10011010 11110000 111110 100100 0 110 11010111 1010011 1000001

Color Harmonies of #5B9AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9AF0

Black with #5B9AF0

Text Example


Text Example

White with #5B9AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,154,240); }

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

background-color css

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

 a { background-color: rgb(91,154,240); }

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

border-color css

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

 span { border-color: rgb(91,154,240); }

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