Html Css Color HEX #5A99FB Cornflower Blue

📋 copy color: '#5A99FB'

red 90 ◦ green 153 ◦ blue 251

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

Shades of Cornflower Blue #5A99FB

Tints of Cornflower Blue #5A99FB

RGB

 RED value IS 90 (35.55% from 255) = 18.22%

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

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

R = 18.22%
G = 30.97%
B = 50.81%

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

#5A99FB (or 0x5A99FB) is known color: Cornflower Blue. HEX triplet: 5A, 99 and FB. RGB value is (90,153,251). Sum of RGB (Red+Green+Blue) = 90+153+251=494 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.22% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #5A99FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A99FB is #A56604. Grayscale: #909090. Windows color (decimal): -10839557 or 16488794. OLE color: 16488794.

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

Color convert

RGB 90 153 251 -
CMYK 0.64 0.39 0 0.02
HSL 216.52º 0.95% 0.67% -
HSV(B) 216.52º 0.64% 0.98% -
XYZ 33.02 31.92 95.69 -
YUV 145.34 187.63 88.53 -
System Red Green Blue C M Y K H S L
Decimal 90 153 251 0.64 0.39 0 0.02 216.52 0.95 0.67
Hex 5A 99 FB 40 27 0 2 D9 5F 43
Octal 132 231 373 100 47 0 2 331 137 103
Binary 1011010 10011001 11111011 1000000 100111 0 10 11011001 1011111 1000011

Color Harmonies of #5A99FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A99FB

Black with #5A99FB

Text Example


Text Example

White with #5A99FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,153,251); }

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

background-color css

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

 a { background-color: rgb(90,153,251); }

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

border-color css

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

 span { border-color: rgb(90,153,251); }

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