Html Css Color HEX #2059EF Royal Blue

📋 copy color: '#2059EF'

red 32 ◦ green 89 ◦ blue 239

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

Shades of Royal Blue #2059EF

Tints of Royal Blue #2059EF

RGB

 RED value IS 32 (12.89% from 255) = 8.89%

 GREEN value IS 89 (35.16% from 255) = 24.72%

 BLUE value IS 239 (93.75% from 255) = 66.39%

R = 8.89%
G = 24.72%
B = 66.39%

CMYK

 C value IS 0.87

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2059EF (or 0x2059EF) is known color: Royal Blue. HEX triplet: 20, 59 and EF. RGB value is (32,89,239). Sum of RGB (Red+Green+Blue) = 32+89+239=360 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.89% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 239 (93.75% from 255 or 66.39% from 360); Max value from RGB is 239 - color contains mainly: blue. Hex color #2059EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2059EF is #DFA610. Grayscale: #585858. Windows color (decimal): -14657041 or 15685920. OLE color: 15685920.

HSL color Cylindrical-coordinate representation of color #2059EF: hue angle of 223.48º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2059EF is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 32 89 239 -
CMYK 0.87 0.63 0 0.06
HSL 223.48º 0.87% 0.53% -
HSV(B) 223.48º 0.87% 0.94% -
XYZ 19.75 13.68 83.26 -
YUV 89.06 212.62 87.3 -
System Red Green Blue C M Y K H S L
Decimal 32 89 239 0.87 0.63 0 0.06 223.48 0.87 0.53
Hex 20 59 EF 57 3F 0 6 DF 57 35
Octal 40 131 357 127 77 0 6 337 127 65
Binary 100000 1011001 11101111 1010111 111111 0 110 11011111 1010111 110101

Color Harmonies of #2059EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2059EF

Black with #2059EF

Text Example


Text Example

White with #2059EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2059EF; }

 p { color: rgb(32,89,239); }

 H1.HeaderClassName
 {
   color: #2059EF;
 }
 .AnyTagClassName
 {
   color: #2059EF;
 }
</style>

background-color css

<style>
 a { background-color: #2059EF; }

 a { background-color: rgb(32,89,239); }

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

border-color css

<style>
 span { border-color: #2059EF; }

 span { border-color: rgb(32,89,239); }

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