Html Css Color HEX #2058ED Royal Blue

📋 copy color: '#2058ED'

red 32 ◦ green 88 ◦ blue 237

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

Shades of Royal Blue #2058ED

Tints of Royal Blue #2058ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 66.39%

R = 8.96%
G = 24.65%
B = 66.39%

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

#2058ED (or 0x2058ED) is known color: Royal Blue. HEX triplet: 20, 58 and ED. RGB value is (32,88,237). Sum of RGB (Red+Green+Blue) = 32+88+237=357 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.96% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 237 (92.97% from 255 or 66.39% from 357); Max value from RGB is 237 - color contains mainly: blue. Hex color #2058ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2058ED is #DFA712. Grayscale: #575757. Windows color (decimal): -14657299 or 15554592. OLE color: 15554592.

HSL color Cylindrical-coordinate representation of color #2058ED: hue angle of 223.61º degrees, saturation: 0.85, 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 #2058ED is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 32 88 237 -
CMYK 0.86 0.63 0 0.07
HSL 223.61º 0.85% 0.53% -
HSV(B) 223.61º 0.86% 0.93% -
XYZ 19.37 13.4 81.69 -
YUV 88.24 211.95 87.88 -
System Red Green Blue C M Y K H S L
Decimal 32 88 237 0.86 0.63 0 0.07 223.61 0.85 0.53
Hex 20 58 ED 56 3F 0 7 E0 55 35
Octal 40 130 355 126 77 0 7 340 125 65
Binary 100000 1011000 11101101 1010110 111111 0 111 11100000 1010101 110101

Color Harmonies of #2058ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2058ED

Black with #2058ED

Text Example


Text Example

White with #2058ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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