Html Css Color HEX #2058EC Royal Blue

📋 copy color: '#2058EC'

red 32 ◦ green 88 ◦ blue 236

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

Shades of Royal Blue #2058EC

Tints of Royal Blue #2058EC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.72%

 BLUE value IS 236 (92.58% from 255) = 66.29%

R = 8.99%
G = 24.72%
B = 66.29%

CMYK

 C value IS 0.86

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2058EC (or 0x2058EC) is known color: Royal Blue. HEX triplet: 20, 58 and EC. RGB value is (32,88,236). Sum of RGB (Red+Green+Blue) = 32+88+236=356 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.99% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 236 (92.58% from 255 or 66.29% from 356); Max value from RGB is 236 - color contains mainly: blue. Hex color #2058EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2058EC is #DFA713. Grayscale: #575757. Windows color (decimal): -14657300 or 15489056. OLE color: 15489056.

HSL color Cylindrical-coordinate representation of color #2058EC: hue angle of 223.53º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2058EC is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 32 88 236 -
CMYK 0.86 0.63 0 0.07
HSL 223.53º 0.84% 0.53% -
HSV(B) 223.53º 0.86% 0.93% -
XYZ 19.23 13.34 80.92 -
YUV 88.13 211.45 87.97 -
System Red Green Blue C M Y K H S L
Decimal 32 88 236 0.86 0.63 0 0.07 223.53 0.84 0.53
Hex 20 58 EC 56 3F 0 7 E0 54 35
Octal 40 130 354 126 77 0 7 340 124 65
Binary 100000 1011000 11101100 1010110 111111 0 111 11100000 1010100 110101

Color Harmonies of #2058EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2058EC

Black with #2058EC

Text Example


Text Example

White with #2058EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2058EC; }

 p { color: rgb(32,88,236); }

 H1.HeaderClassName
 {
   color: #2058EC;
 }
 .AnyTagClassName
 {
   color: #2058EC;
 }
</style>

background-color css

<style>
 a { background-color: #2058EC; }

 a { background-color: rgb(32,88,236); }

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

border-color css

<style>
 span { border-color: #2058EC; }

 span { border-color: rgb(32,88,236); }

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