Html Css Color HEX #5BA0FF Cornflower Blue

📋 copy color: '#5BA0FF'

red 91 ◦ green 160 ◦ blue 255

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

Shades of Cornflower Blue #5BA0FF

Tints of Cornflower Blue #5BA0FF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.62%

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

R = 17.98%
G = 31.62%
B = 50.4%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5BA0FF (or 0x5BA0FF) is known color: Cornflower Blue. HEX triplet: 5B, A0 and FF. RGB value is (91,160,255). Sum of RGB (Red+Green+Blue) = 91+160+255=506 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.98% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #5BA0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA0FF is #A45F00. Grayscale: #959595. Windows color (decimal): -10772225 or 16752731. OLE color: 16752731.

HSL color Cylindrical-coordinate representation of color #5BA0FF: hue angle of 214.76º 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 #5BA0FF is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 91 160 255 -
CMYK 0.64 0.37 0 0
HSL 214.76º 1% 0.68% -
HSV(B) 214.76º 0.64% 1% -
XYZ 34.94 34.59 99.44 -
YUV 150.2 187.14 85.78 -
System Red Green Blue C M Y K H S L
Decimal 91 160 255 0.64 0.37 0 0 214.76 1 0.68
Hex 5B A0 FF 40 25 0 0 D7 64 44
Octal 133 240 377 100 45 0 0 327 144 104
Binary 1011011 10100000 11111111 1000000 100101 0 0 11010111 1100100 1000100

Color Harmonies of #5BA0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA0FF

Black with #5BA0FF

Text Example


Text Example

White with #5BA0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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