Html Css Color HEX #5992FD Cornflower Blue

📋 copy color: '#5992FD'

red 89 ◦ green 146 ◦ blue 253

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

Shades of Cornflower Blue #5992FD

Tints of Cornflower Blue #5992FD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.92%

 BLUE value IS 253 (99.22% from 255) = 51.84%

R = 18.24%
G = 29.92%
B = 51.84%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5992FD (or 0x5992FD) is known color: Cornflower Blue. HEX triplet: 59, 92 and FD. RGB value is (89,146,253). Sum of RGB (Red+Green+Blue) = 89+146+253=488 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.24% from 488); Green value is 146 (57.42% from 255 or 29.92% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #5992FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5992FD is #A66D02. Grayscale: #8C8C8C. Windows color (decimal): -10906883 or 16618073. OLE color: 16618073.

HSL color Cylindrical-coordinate representation of color #5992FD: hue angle of 219.15º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5992FD is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 89 146 253 -
CMYK 0.65 0.42 0 0.01
HSL 219.15º 0.98% 0.67% -
HSV(B) 219.15º 0.65% 0.99% -
XYZ 32.13 29.77 96.98 -
YUV 141.16 191.12 90.8 -
System Red Green Blue C M Y K H S L
Decimal 89 146 253 0.65 0.42 0 0.01 219.15 0.98 0.67
Hex 59 92 FD 41 2A 0 1 DB 62 43
Octal 131 222 375 101 52 0 1 333 142 103
Binary 1011001 10010010 11111101 1000001 101010 0 1 11011011 1100010 1000011

Color Harmonies of #5992FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5992FD

Black with #5992FD

Text Example


Text Example

White with #5992FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5992FD; }

 p { color: rgb(89,146,253); }

 H1.HeaderClassName
 {
   color: #5992FD;
 }
 .AnyTagClassName
 {
   color: #5992FD;
 }
</style>

background-color css

<style>
 a { background-color: #5992FD; }

 a { background-color: rgb(89,146,253); }

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

border-color css

<style>
 span { border-color: #5992FD; }

 span { border-color: rgb(89,146,253); }

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