Html Css Color HEX #5BA2EF Cornflower Blue

📋 copy color: '#5BA2EF'

red 91 ◦ green 162 ◦ blue 239

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

Shades of Cornflower Blue #5BA2EF

Tints of Cornflower Blue #5BA2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.58%

R = 18.5%
G = 32.93%
B = 48.58%

CMYK

 C value IS 0.62

 M value IS 0.32

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5BA2EF (or 0x5BA2EF) is known color: Cornflower Blue. HEX triplet: 5B, A2 and EF. RGB value is (91,162,239). Sum of RGB (Red+Green+Blue) = 91+162+239=492 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.50% from 492); Green value is 162 (63.67% from 255 or 32.93% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #5BA2EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA2EF is #A45D10. Grayscale: #959595. Windows color (decimal): -10771729 or 15704667. OLE color: 15704667.

HSL color Cylindrical-coordinate representation of color #5BA2EF: hue angle of 211.22º degrees, saturation: 0.82, 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 #5BA2EF is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 91 162 239 -
CMYK 0.62 0.32 0 0.06
HSL 211.22º 0.82% 0.65% -
HSV(B) 211.22º 0.62% 0.94% -
XYZ 32.81 34.3 86.55 -
YUV 149.55 178.48 86.24 -
System Red Green Blue C M Y K H S L
Decimal 91 162 239 0.62 0.32 0 0.06 211.22 0.82 0.65
Hex 5B A2 EF 3E 20 0 6 D3 52 41
Octal 133 242 357 76 40 0 6 323 122 101
Binary 1011011 10100010 11101111 111110 100000 0 110 11010011 1010010 1000001

Color Harmonies of #5BA2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA2EF

Black with #5BA2EF

Text Example


Text Example

White with #5BA2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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