Html Css Color HEX #5BA7FB Cornflower Blue

📋 copy color: '#5BA7FB'

red 91 ◦ green 167 ◦ blue 251

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

Shades of Cornflower Blue #5BA7FB

Tints of Cornflower Blue #5BA7FB

RGB

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

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

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

R = 17.88%
G = 32.81%
B = 49.31%

CMYK

 C value IS 0.64

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5BA7FB (or 0x5BA7FB) is known color: Cornflower Blue. HEX triplet: 5B, A7 and FB. RGB value is (91,167,251). Sum of RGB (Red+Green+Blue) = 91+167+251=509 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.88% from 509); Green value is 167 (65.62% from 255 or 32.81% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #5BA7FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA7FB is #A45804. Grayscale: #999999. Windows color (decimal): -10770437 or 16492379. OLE color: 16492379.

HSL color Cylindrical-coordinate representation of color #5BA7FB: hue angle of 211.5º 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 #5BA7FB is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 91 167 251 -
CMYK 0.64 0.33 0 0.02
HSL 211.5º 0.95% 0.67% -
HSV(B) 211.5º 0.64% 0.98% -
XYZ 35.55 36.83 96.5 -
YUV 153.85 182.82 83.17 -
System Red Green Blue C M Y K H S L
Decimal 91 167 251 0.64 0.33 0 0.02 211.5 0.95 0.67
Hex 5B A7 FB 40 21 0 2 D4 5F 43
Octal 133 247 373 100 41 0 2 324 137 103
Binary 1011011 10100111 11111011 1000000 100001 0 10 11010100 1011111 1000011

Color Harmonies of #5BA7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA7FB

Black with #5BA7FB

Text Example


Text Example

White with #5BA7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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