Html Css Color HEX #5B99FA Cornflower Blue

📋 copy color: '#5B99FA'

red 91 ◦ green 153 ◦ blue 250

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

Shades of Cornflower Blue #5B99FA

Tints of Cornflower Blue #5B99FA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.97%

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

R = 18.42%
G = 30.97%
B = 50.61%

CMYK

 C value IS 0.64

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5B99FA (or 0x5B99FA) is known color: Cornflower Blue. HEX triplet: 5B, 99 and FA. RGB value is (91,153,250). Sum of RGB (Red+Green+Blue) = 91+153+250=494 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.42% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #5B99FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B99FA is #A46605. Grayscale: #919191. Windows color (decimal): -10774022 or 16423259. OLE color: 16423259.

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

Color convert

RGB 91 153 250 -
CMYK 0.64 0.39 0 0.02
HSL 216.6º 0.94% 0.67% -
HSV(B) 216.6º 0.64% 0.98% -
XYZ 32.96 31.91 94.86 -
YUV 145.52 186.96 89.11 -
System Red Green Blue C M Y K H S L
Decimal 91 153 250 0.64 0.39 0 0.02 216.6 0.94 0.67
Hex 5B 99 FA 40 27 0 2 D9 5E 43
Octal 133 231 372 100 47 0 2 331 136 103
Binary 1011011 10011001 11111010 1000000 100111 0 10 11011001 1011110 1000011

Color Harmonies of #5B99FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B99FA

Black with #5B99FA

Text Example


Text Example

White with #5B99FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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