Html Css Color HEX #058FEF Dodger Blue

📋 copy color: '#058FEF'

red 5 ◦ green 143 ◦ blue 239

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

Shades of Dodger Blue #058FEF

Tints of Dodger Blue #058FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 61.76%

R = 1.29%
G = 36.95%
B = 61.76%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#058FEF (or 0x058FEF) is known color: Dodger Blue. HEX triplet: 05, 8F and EF. RGB value is (5,143,239). Sum of RGB (Red+Green+Blue) = 5+143+239=387 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.29% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 239 (93.75% from 255 or 61.76% from 387); Max value from RGB is 239 - color contains mainly: blue. Hex color #058FEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #058FEF is #FA7010. Grayscale: #707070. Windows color (decimal): -16412689 or 15699717. OLE color: 15699717.

HSL color Cylindrical-coordinate representation of color #058FEF: hue angle of 204.62º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058FEF is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 5 143 239 -
CMYK 0.98 0.40 0 0.06
HSL 204.62º 0.96% 0.48% -
HSV(B) 204.62º 0.98% 0.94% -
XYZ 25.47 25.91 85.32 -
YUV 112.68 199.28 51.19 -
System Red Green Blue C M Y K H S L
Decimal 5 143 239 0.98 0.40 0 0.06 204.62 0.96 0.48
Hex 5 8F EF 62 28 0 6 CD 60 30
Octal 5 217 357 142 50 0 6 315 140 60
Binary 101 10001111 11101111 1100010 101000 0 110 11001101 1100000 110000

Color Harmonies of #058FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058FEF

Black with #058FEF

Text Example


Text Example

White with #058FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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