Html Css Color HEX #5B9FFA Cornflower Blue

📋 copy color: '#5B9FFA'

red 91 ◦ green 159 ◦ blue 250

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

Shades of Cornflower Blue #5B9FFA

Tints of Cornflower Blue #5B9FFA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.8%

 BLUE value IS 250 (98.05% from 255) = 50%

R = 18.2%
G = 31.8%
B = 50%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5B9FFA (or 0x5B9FFA) is known color: Cornflower Blue. HEX triplet: 5B, 9F and FA. RGB value is (91,159,250). Sum of RGB (Red+Green+Blue) = 91+159+250=500 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.2% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #5B9FFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B9FFA is #A46005. Grayscale: #949494. Windows color (decimal): -10772486 or 16424795. OLE color: 16424795.

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

Color convert

RGB 91 159 250 -
CMYK 0.64 0.36 0 0.02
HSL 214.34º 0.94% 0.67% -
HSV(B) 214.34º 0.64% 0.98% -
XYZ 33.97 33.92 95.2 -
YUV 149.04 184.97 86.6 -
System Red Green Blue C M Y K H S L
Decimal 91 159 250 0.64 0.36 0 0.02 214.34 0.94 0.67
Hex 5B 9F FA 40 24 0 2 D6 5E 43
Octal 133 237 372 100 44 0 2 326 136 103
Binary 1011011 10011111 11111010 1000000 100100 0 10 11010110 1011110 1000011

Color Harmonies of #5B9FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9FFA

Black with #5B9FFA

Text Example


Text Example

White with #5B9FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,159,250); }

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

background-color css

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

 a { background-color: rgb(91,159,250); }

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

border-color css

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

 span { border-color: rgb(91,159,250); }

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