Html Css Color HEX #5BA5EF Cornflower Blue

📋 copy color: '#5BA5EF'

red 91 ◦ green 165 ◦ blue 239

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

Shades of Cornflower Blue #5BA5EF

Tints of Cornflower Blue #5BA5EF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.33%

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

R = 18.38%
G = 33.33%
B = 48.28%

CMYK

 C value IS 0.62

 M value IS 0.31

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5BA5EF (or 0x5BA5EF) is known color: Cornflower Blue. HEX triplet: 5B, A5 and EF. RGB value is (91,165,239). Sum of RGB (Red+Green+Blue) = 91+165+239=495 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.38% from 495); Green value is 165 (64.84% from 255 or 33.33% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #5BA5EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA5EF is #A45A10. Grayscale: #969696. Windows color (decimal): -10770961 or 15705435. OLE color: 15705435.

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

Color convert

RGB 91 165 239 -
CMYK 0.62 0.31 0 0.06
HSL 210º 0.82% 0.65% -
HSV(B) 210º 0.62% 0.94% -
XYZ 33.35 35.37 86.73 -
YUV 151.31 177.48 84.98 -
System Red Green Blue C M Y K H S L
Decimal 91 165 239 0.62 0.31 0 0.06 210 0.82 0.65
Hex 5B A5 EF 3E 1F 0 6 D2 52 41
Octal 133 245 357 76 37 0 6 322 122 101
Binary 1011011 10100101 11101111 111110 11111 0 110 11010010 1010010 1000001

Color Harmonies of #5BA5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA5EF

Black with #5BA5EF

Text Example


Text Example

White with #5BA5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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