Html Css Color HEX #2059FF Royal Blue

📋 copy color: '#2059FF'

red 32 ◦ green 89 ◦ blue 255

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

Shades of Royal Blue #2059FF

Tints of Royal Blue #2059FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 67.82%

R = 8.51%
G = 23.67%
B = 67.82%

CMYK

 C value IS 0.87

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2059FF (or 0x2059FF) is known color: Royal Blue. HEX triplet: 20, 59 and FF. RGB value is (32,89,255). Sum of RGB (Red+Green+Blue) = 32+89+255=376 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.51% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 255 (100% from 255 or 67.82% from 376); Max value from RGB is 255 - color contains mainly: blue. Hex color #2059FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2059FF is #DFA600. Grayscale: #5A5A5A. Windows color (decimal): -14657025 or 16734496. OLE color: 16734496.

HSL color Cylindrical-coordinate representation of color #2059FF: hue angle of 224.66º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2059FF is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 32 89 255 -
CMYK 0.87 0.65 0 0
HSL 224.66º 1% 0.56% -
HSV(B) 224.66º 0.87% 1% -
XYZ 22.22 14.67 96.27 -
YUV 90.88 220.62 86 -
System Red Green Blue C M Y K H S L
Decimal 32 89 255 0.87 0.65 0 0 224.66 1 0.56
Hex 20 59 FF 57 41 0 0 E1 64 38
Octal 40 131 377 127 101 0 0 341 144 70
Binary 100000 1011001 11111111 1010111 1000001 0 0 11100001 1100100 111000

Color Harmonies of #2059FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2059FF

Black with #2059FF

Text Example


Text Example

White with #2059FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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