Html Css Color HEX #5BA7FE Cornflower Blue

📋 copy color: '#5BA7FE'

red 91 ◦ green 167 ◦ blue 254

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

Shades of Cornflower Blue #5BA7FE

Tints of Cornflower Blue #5BA7FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.61%

R = 17.77%
G = 32.62%
B = 49.61%

CMYK

 C value IS 0.64

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5BA7FE (or 0x5BA7FE) is known color: Cornflower Blue. HEX triplet: 5B, A7 and FE. RGB value is (91,167,254). Sum of RGB (Red+Green+Blue) = 91+167+254=512 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.77% from 512); Green value is 167 (65.62% from 255 or 32.62% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #5BA7FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA7FE is #A45801. Grayscale: #999999. Windows color (decimal): -10770434 or 16688987. OLE color: 16688987.

HSL color Cylindrical-coordinate representation of color #5BA7FE: hue angle of 212.02º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BA7FE is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 91 167 254 -
CMYK 0.64 0.34 0 0.00
HSL 212.02º 0.99% 0.68% -
HSV(B) 212.02º 0.64% 1% -
XYZ 36.02 37.02 99.01 -
YUV 154.19 184.32 82.93 -
System Red Green Blue C M Y K H S L
Decimal 91 167 254 0.64 0.34 0 0.00 212.02 0.99 0.68
Hex 5B A7 FE 40 22 0 0 D4 63 44
Octal 133 247 376 100 42 0 0 324 143 104
Binary 1011011 10100111 11111110 1000000 100010 0 0 11010100 1100011 1000100

Color Harmonies of #5BA7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA7FE

Black with #5BA7FE

Text Example


Text Example

White with #5BA7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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