Html Css Color HEX #5BA7EF Cornflower Blue

📋 copy color: '#5BA7EF'

red 91 ◦ green 167 ◦ blue 239

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

Shades of Cornflower Blue #5BA7EF

Tints of Cornflower Blue #5BA7EF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.6%

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

R = 18.31%
G = 33.6%
B = 48.09%

CMYK

 C value IS 0.62

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5BA7EF (or 0x5BA7EF) is known color: Cornflower Blue. HEX triplet: 5B, A7 and EF. RGB value is (91,167,239). Sum of RGB (Red+Green+Blue) = 91+167+239=497 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.31% from 497); Green value is 167 (65.62% from 255 or 33.60% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #5BA7EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA7EF is #A45810. Grayscale: #989898. Windows color (decimal): -10770449 or 15705947. OLE color: 15705947.

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

Color convert

RGB 91 167 239 -
CMYK 0.62 0.30 0 0.06
HSL 209.19º 0.82% 0.65% -
HSV(B) 209.19º 0.62% 0.94% -
XYZ 33.71 36.09 86.85 -
YUV 152.48 176.82 84.15 -
System Red Green Blue C M Y K H S L
Decimal 91 167 239 0.62 0.30 0 0.06 209.19 0.82 0.65
Hex 5B A7 EF 3E 1E 0 6 D1 52 41
Octal 133 247 357 76 36 0 6 321 122 101
Binary 1011011 10100111 11101111 111110 11110 0 110 11010001 1010010 1000001

Color Harmonies of #5BA7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA7EF

Black with #5BA7EF

Text Example


Text Example

White with #5BA7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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