Html Css Color HEX #5BA4EF Cornflower Blue

📋 copy color: '#5BA4EF'

red 91 ◦ green 164 ◦ blue 239

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

Shades of Cornflower Blue #5BA4EF

Tints of Cornflower Blue #5BA4EF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.2%

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

R = 18.42%
G = 33.2%
B = 48.38%

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

#5BA4EF (or 0x5BA4EF) is known color: Cornflower Blue. HEX triplet: 5B, A4 and EF. RGB value is (91,164,239). Sum of RGB (Red+Green+Blue) = 91+164+239=494 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.42% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #5BA4EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA4EF is #A45B10. Grayscale: #969696. Windows color (decimal): -10771217 or 15705179. OLE color: 15705179.

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

Color convert

RGB 91 164 239 -
CMYK 0.62 0.31 0 0.06
HSL 210.41º 0.82% 0.65% -
HSV(B) 210.41º 0.62% 0.94% -
XYZ 33.17 35.01 86.67 -
YUV 150.72 177.82 85.4 -
System Red Green Blue C M Y K H S L
Decimal 91 164 239 0.62 0.31 0 0.06 210.41 0.82 0.65
Hex 5B A4 EF 3E 1F 0 6 D2 52 41
Octal 133 244 357 76 37 0 6 322 122 101
Binary 1011011 10100100 11101111 111110 11111 0 110 11010010 1010010 1000001

Color Harmonies of #5BA4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA4EF

Black with #5BA4EF

Text Example


Text Example

White with #5BA4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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