Html Css Color HEX #5995FA Cornflower Blue

📋 copy color: '#5995FA'

red 89 ◦ green 149 ◦ blue 250

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

Shades of Cornflower Blue #5995FA

Tints of Cornflower Blue #5995FA

RGB

 RED value IS 89 (35.16% from 255) = 18.24%

 GREEN value IS 149 (58.59% from 255) = 30.53%

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

R = 18.24%
G = 30.53%
B = 51.23%

CMYK

 C value IS 0.64

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5995FA (or 0x5995FA) is known color: Cornflower Blue. HEX triplet: 59, 95 and FA. RGB value is (89,149,250). Sum of RGB (Red+Green+Blue) = 89+149+250=488 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.24% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #5995FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5995FA is #A66A05. Grayscale: #8E8E8E. Windows color (decimal): -10906118 or 16422233. OLE color: 16422233.

HSL color Cylindrical-coordinate representation of color #5995FA: hue angle of 217.64º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5995FA is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 89 149 250 -
CMYK 0.64 0.40 0 0.02
HSL 217.64º 0.94% 0.66% -
HSV(B) 217.64º 0.64% 0.98% -
XYZ 32.12 30.52 94.64 -
YUV 142.57 188.62 89.79 -
System Red Green Blue C M Y K H S L
Decimal 89 149 250 0.64 0.40 0 0.02 217.64 0.94 0.66
Hex 59 95 FA 40 28 0 2 DA 5E 42
Octal 131 225 372 100 50 0 2 332 136 102
Binary 1011001 10010101 11111010 1000000 101000 0 10 11011010 1011110 1000010

Color Harmonies of #5995FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5995FA

Black with #5995FA

Text Example


Text Example

White with #5995FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5995FA; }

 p { color: rgb(89,149,250); }

 H1.HeaderClassName
 {
   color: #5995FA;
 }
 .AnyTagClassName
 {
   color: #5995FA;
 }
</style>

background-color css

<style>
 a { background-color: #5995FA; }

 a { background-color: rgb(89,149,250); }

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

border-color css

<style>
 span { border-color: #5995FA; }

 span { border-color: rgb(89,149,250); }

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