Html Css Color HEX #5982FB Cornflower Blue

📋 copy color: '#5982FB'

red 89 ◦ green 130 ◦ blue 251

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

Shades of Cornflower Blue #5982FB

Tints of Cornflower Blue #5982FB

RGB

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

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

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

R = 18.94%
G = 27.66%
B = 53.4%

CMYK

 C value IS 0.65

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5982FB (or 0x5982FB) is known color: Cornflower Blue. HEX triplet: 59, 82 and FB. RGB value is (89,130,251). Sum of RGB (Red+Green+Blue) = 89+130+251=470 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.94% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 251 (98.44% from 255 or 53.40% from 470); Max value from RGB is 251 - color contains mainly: blue. Hex color #5982FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5982FB is #A67D04. Grayscale: #838383. Windows color (decimal): -10910981 or 16482905. OLE color: 16482905.

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

Color convert

RGB 89 130 251 -
CMYK 0.65 0.48 0 0.02
HSL 224.81º 0.95% 0.67% -
HSV(B) 224.81º 0.65% 0.98% -
XYZ 29.52 25.05 94.55 -
YUV 131.54 195.42 97.66 -
System Red Green Blue C M Y K H S L
Decimal 89 130 251 0.65 0.48 0 0.02 224.81 0.95 0.67
Hex 59 82 FB 41 30 0 2 E1 5F 43
Octal 131 202 373 101 60 0 2 341 137 103
Binary 1011001 10000010 11111011 1000001 110000 0 10 11100001 1011111 1000011

Color Harmonies of #5982FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5982FB

Black with #5982FB

Text Example


Text Example

White with #5982FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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