Html Css Color HEX #5992FB Cornflower Blue

📋 copy color: '#5992FB'

red 89 ◦ green 146 ◦ blue 251

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

Shades of Cornflower Blue #5992FB

Tints of Cornflower Blue #5992FB

RGB

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

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

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

R = 18.31%
G = 30.04%
B = 51.65%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5992FB (or 0x5992FB) is known color: Cornflower Blue. HEX triplet: 59, 92 and FB. RGB value is (89,146,251). Sum of RGB (Red+Green+Blue) = 89+146+251=486 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.31% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 251 (98.44% from 255 or 51.65% from 486); Max value from RGB is 251 - color contains mainly: blue. Hex color #5992FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5992FB is #A66D04. Grayscale: #8C8C8C. Windows color (decimal): -10906885 or 16487001. OLE color: 16487001.

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

Color convert

RGB 89 146 251 -
CMYK 0.65 0.42 0 0.02
HSL 218.89º 0.95% 0.67% -
HSV(B) 218.89º 0.65% 0.98% -
XYZ 31.81 29.65 95.31 -
YUV 140.93 190.12 90.96 -
System Red Green Blue C M Y K H S L
Decimal 89 146 251 0.65 0.42 0 0.02 218.89 0.95 0.67
Hex 59 92 FB 41 2A 0 2 DB 5F 43
Octal 131 222 373 101 52 0 2 333 137 103
Binary 1011001 10010010 11111011 1000001 101010 0 10 11011011 1011111 1000011

Color Harmonies of #5992FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5992FB

Black with #5992FB

Text Example


Text Example

White with #5992FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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