Html Css Color HEX #5BA2FB Cornflower Blue

📋 copy color: '#5BA2FB'

red 91 ◦ green 162 ◦ blue 251

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

Shades of Cornflower Blue #5BA2FB

Tints of Cornflower Blue #5BA2FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.8%

R = 18.06%
G = 32.14%
B = 49.8%

CMYK

 C value IS 0.64

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5BA2FB (or 0x5BA2FB) is known color: Cornflower Blue. HEX triplet: 5B, A2 and FB. RGB value is (91,162,251). Sum of RGB (Red+Green+Blue) = 91+162+251=504 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.06% from 504); Green value is 162 (63.67% from 255 or 32.14% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #5BA2FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA2FB is #A45D04. Grayscale: #969696. Windows color (decimal): -10771717 or 16491099. OLE color: 16491099.

HSL color Cylindrical-coordinate representation of color #5BA2FB: hue angle of 213.38º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BA2FB is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 91 162 251 -
CMYK 0.64 0.35 0 0.02
HSL 213.38º 0.95% 0.67% -
HSV(B) 213.38º 0.64% 0.98% -
XYZ 34.65 35.03 96.2 -
YUV 150.92 184.48 85.26 -
System Red Green Blue C M Y K H S L
Decimal 91 162 251 0.64 0.35 0 0.02 213.38 0.95 0.67
Hex 5B A2 FB 40 23 0 2 D5 5F 43
Octal 133 242 373 100 43 0 2 325 137 103
Binary 1011011 10100010 11111011 1000000 100011 0 10 11010101 1011111 1000011

Color Harmonies of #5BA2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA2FB

Black with #5BA2FB

Text Example


Text Example

White with #5BA2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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