Html Css Color HEX #5982FD Cornflower Blue

📋 copy color: '#5982FD'

red 89 ◦ green 130 ◦ blue 253

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

Shades of Cornflower Blue #5982FD

Tints of Cornflower Blue #5982FD

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.54%

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

R = 18.86%
G = 27.54%
B = 53.6%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5982FD (or 0x5982FD) is known color: Cornflower Blue. HEX triplet: 59, 82 and FD. RGB value is (89,130,253). Sum of RGB (Red+Green+Blue) = 89+130+253=472 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.86% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #5982FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5982FD is #A67D02. Grayscale: #838383. Windows color (decimal): -10910979 or 16613977. OLE color: 16613977.

HSL color Cylindrical-coordinate representation of color #5982FD: hue angle of 225º 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 #5982FD is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 89 130 253 -
CMYK 0.65 0.49 0 0.01
HSL 225º 0.98% 0.67% -
HSV(B) 225º 0.65% 0.99% -
XYZ 29.83 25.18 96.22 -
YUV 131.76 196.42 97.5 -
System Red Green Blue C M Y K H S L
Decimal 89 130 253 0.65 0.49 0 0.01 225 0.98 0.67
Hex 59 82 FD 41 31 0 1 E1 62 43
Octal 131 202 375 101 61 0 1 341 142 103
Binary 1011001 10000010 11111101 1000001 110001 0 1 11100001 1100010 1000011

Color Harmonies of #5982FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5982FD

Black with #5982FD

Text Example


Text Example

White with #5982FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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