Html Css Color HEX #058FED Dodger Blue

📋 copy color: '#058FED'

red 5 ◦ green 143 ◦ blue 237

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

Shades of Dodger Blue #058FED

Tints of Dodger Blue #058FED

RGB

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

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

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

R = 1.3%
G = 37.14%
B = 61.56%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#058FED (or 0x058FED) is known color: Dodger Blue. HEX triplet: 05, 8F and ED. RGB value is (5,143,237). Sum of RGB (Red+Green+Blue) = 5+143+237=385 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 237 (92.97% from 255 or 61.56% from 385); Max value from RGB is 237 - color contains mainly: blue. Hex color #058FED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #058FED is #FA7012. Grayscale: #6F6F6F. Windows color (decimal): -16412691 or 15568645. OLE color: 15568645.

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

Color convert

RGB 5 143 237 -
CMYK 0.98 0.40 0 0.07
HSL 204.31º 0.96% 0.47% -
HSV(B) 204.31º 0.98% 0.93% -
XYZ 25.17 25.79 83.77 -
YUV 112.45 198.28 51.36 -
System Red Green Blue C M Y K H S L
Decimal 5 143 237 0.98 0.40 0 0.07 204.31 0.96 0.47
Hex 5 8F ED 62 28 0 7 CC 60 2F
Octal 5 217 355 142 50 0 7 314 140 57
Binary 101 10001111 11101101 1100010 101000 0 111 11001100 1100000 101111

Color Harmonies of #058FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058FED

Black with #058FED

Text Example


Text Example

White with #058FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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