Html Css Color HEX #058DED Dodger Blue

📋 copy color: '#058DED'

red 5 ◦ green 141 ◦ blue 237

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

Shades of Dodger Blue #058DED

Tints of Dodger Blue #058DED

RGB

 RED value IS 5 (2.34% from 255) = 1.31%

 GREEN value IS 141 (55.47% from 255) = 36.81%

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

R = 1.31%
G = 36.81%
B = 61.88%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#058DED (or 0x058DED) is known color: Dodger Blue. HEX triplet: 05, 8D and ED. RGB value is (5,141,237). Sum of RGB (Red+Green+Blue) = 5+141+237=383 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 237 (92.97% from 255 or 61.88% from 383); Max value from RGB is 237 - color contains mainly: blue. Hex color #058DED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #058DED is #FA7212. Grayscale: #6E6E6E. Windows color (decimal): -16413203 or 15568133. OLE color: 15568133.

HSL color Cylindrical-coordinate representation of color #058DED: hue angle of 204.83º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058DED is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 5 141 237 -
CMYK 0.98 0.41 0 0.07
HSL 204.83º 0.96% 0.47% -
HSV(B) 204.83º 0.98% 0.93% -
XYZ 24.87 25.2 83.67 -
YUV 111.28 198.94 52.19 -
System Red Green Blue C M Y K H S L
Decimal 5 141 237 0.98 0.41 0 0.07 204.83 0.96 0.47
Hex 5 8D ED 62 29 0 7 CD 60 2F
Octal 5 215 355 142 51 0 7 315 140 57
Binary 101 10001101 11101101 1100010 101001 0 111 11001101 1100000 101111

Color Harmonies of #058DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058DED

Black with #058DED

Text Example


Text Example

White with #058DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058DED; }

 p { color: rgb(5,141,237); }

 H1.HeaderClassName
 {
   color: #058DED;
 }
 .AnyTagClassName
 {
   color: #058DED;
 }
</style>

background-color css

<style>
 a { background-color: #058DED; }

 a { background-color: rgb(5,141,237); }

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

border-color css

<style>
 span { border-color: #058DED; }

 span { border-color: rgb(5,141,237); }

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