Html Css Color HEX #5992FC Cornflower Blue

📋 copy color: '#5992FC'

red 89 ◦ green 146 ◦ blue 252

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

Shades of Cornflower Blue #5992FC

Tints of Cornflower Blue #5992FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.75%

R = 18.28%
G = 29.98%
B = 51.75%

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

#5992FC (or 0x5992FC) is known color: Cornflower Blue. HEX triplet: 59, 92 and FC. RGB value is (89,146,252). Sum of RGB (Red+Green+Blue) = 89+146+252=487 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.28% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 252 (98.83% from 255 or 51.75% from 487); Max value from RGB is 252 - color contains mainly: blue. Hex color #5992FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5992FC is #A66D03. Grayscale: #8C8C8C. Windows color (decimal): -10906884 or 16552537. OLE color: 16552537.

HSL color Cylindrical-coordinate representation of color #5992FC: hue angle of 219.02º degrees, saturation: 0.96, 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 #5992FC is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 89 146 252 -
CMYK 0.65 0.42 0 0.01
HSL 219.02º 0.96% 0.67% -
HSV(B) 219.02º 0.65% 0.99% -
XYZ 31.97 29.71 96.15 -
YUV 141.04 190.62 90.88 -
System Red Green Blue C M Y K H S L
Decimal 89 146 252 0.65 0.42 0 0.01 219.02 0.96 0.67
Hex 59 92 FC 41 2A 0 1 DB 60 43
Octal 131 222 374 101 52 0 1 333 140 103
Binary 1011001 10010010 11111100 1000001 101010 0 1 11011011 1100000 1000011

Color Harmonies of #5992FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5992FC

Black with #5992FC

Text Example


Text Example

White with #5992FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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