Html Css Color HEX #058FEC Dodger Blue

📋 copy color: '#058FEC'

red 5 ◦ green 143 ◦ blue 236

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

Shades of Dodger Blue #058FEC

Tints of Dodger Blue #058FEC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.24%

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

R = 1.3%
G = 37.24%
B = 61.46%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#058FEC (or 0x058FEC) is known color: Dodger Blue. HEX triplet: 05, 8F and EC. RGB value is (5,143,236). Sum of RGB (Red+Green+Blue) = 5+143+236=384 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 236 (92.58% from 255 or 61.46% from 384); Max value from RGB is 236 - color contains mainly: blue. Hex color #058FEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #058FEC is #FA7013. Grayscale: #6F6F6F. Windows color (decimal): -16412692 or 15503109. OLE color: 15503109.

HSL color Cylindrical-coordinate representation of color #058FEC: hue angle of 204.16º 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 #058FEC is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 5 143 236 -
CMYK 0.98 0.39 0 0.07
HSL 204.16º 0.96% 0.47% -
HSV(B) 204.16º 0.98% 0.93% -
XYZ 25.03 25.73 83 -
YUV 112.34 197.78 51.44 -
System Red Green Blue C M Y K H S L
Decimal 5 143 236 0.98 0.39 0 0.07 204.16 0.96 0.47
Hex 5 8F EC 62 27 0 7 CC 60 2F
Octal 5 217 354 142 47 0 7 314 140 57
Binary 101 10001111 11101100 1100010 100111 0 111 11001100 1100000 101111

Color Harmonies of #058FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058FEC

Black with #058FEC

Text Example


Text Example

White with #058FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,143,236); }

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

background-color css

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

 a { background-color: rgb(5,143,236); }

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

border-color css

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

 span { border-color: rgb(5,143,236); }

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