Html Css Color HEX #5BA2F1 Cornflower Blue

📋 copy color: '#5BA2F1'

red 91 ◦ green 162 ◦ blue 241

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

Shades of Cornflower Blue #5BA2F1

Tints of Cornflower Blue #5BA2F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.79%

R = 18.42%
G = 32.79%
B = 48.79%

CMYK

 C value IS 0.62

 M value IS 0.33

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5BA2F1 (or 0x5BA2F1) is known color: Cornflower Blue. HEX triplet: 5B, A2 and F1. RGB value is (91,162,241). Sum of RGB (Red+Green+Blue) = 91+162+241=494 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.42% from 494); Green value is 162 (63.67% from 255 or 32.79% from 494); Blue value is 241 (94.53% from 255 or 48.79% from 494); Max value from RGB is 241 - color contains mainly: blue. Hex color #5BA2F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA2F1 is #A45D0E. Grayscale: #959595. Windows color (decimal): -10771727 or 15835739. OLE color: 15835739.

HSL color Cylindrical-coordinate representation of color #5BA2F1: hue angle of 211.6º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BA2F1 is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 91 162 241 -
CMYK 0.62 0.33 0 0.05
HSL 211.6º 0.84% 0.65% -
HSV(B) 211.6º 0.62% 0.95% -
XYZ 33.11 34.42 88.12 -
YUV 149.78 179.48 86.08 -
System Red Green Blue C M Y K H S L
Decimal 91 162 241 0.62 0.33 0 0.05 211.6 0.84 0.65
Hex 5B A2 F1 3E 21 0 5 D4 54 41
Octal 133 242 361 76 41 0 5 324 124 101
Binary 1011011 10100010 11110001 111110 100001 0 101 11010100 1010100 1000001

Color Harmonies of #5BA2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA2F1

Black with #5BA2F1

Text Example


Text Example

White with #5BA2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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