Html Css Color HEX #5BA2FF Cornflower Blue

📋 copy color: '#5BA2FF'

red 91 ◦ green 162 ◦ blue 255

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

Shades of Cornflower Blue #5BA2FF

Tints of Cornflower Blue #5BA2FF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.89%

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

R = 17.91%
G = 31.89%
B = 50.2%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5BA2FF (or 0x5BA2FF) is known color: Cornflower Blue. HEX triplet: 5B, A2 and FF. RGB value is (91,162,255). Sum of RGB (Red+Green+Blue) = 91+162+255=508 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.91% from 508); Green value is 162 (63.67% from 255 or 31.89% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #5BA2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA2FF is #A45D00. Grayscale: #969696. Windows color (decimal): -10771713 or 16753243. OLE color: 16753243.

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

Color convert

RGB 91 162 255 -
CMYK 0.64 0.36 0 0
HSL 214.02º 1% 0.68% -
HSV(B) 214.02º 0.64% 1% -
XYZ 35.28 35.28 99.56 -
YUV 151.37 186.48 84.94 -
System Red Green Blue C M Y K H S L
Decimal 91 162 255 0.64 0.36 0 0 214.02 1 0.68
Hex 5B A2 FF 40 24 0 0 D6 64 44
Octal 133 242 377 100 44 0 0 326 144 104
Binary 1011011 10100010 11111111 1000000 100100 0 0 11010110 1100100 1000100

Color Harmonies of #5BA2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA2FF

Black with #5BA2FF

Text Example


Text Example

White with #5BA2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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