Html Css Color HEX #058CEF Dodger Blue

📋 copy color: '#058CEF'

red 5 ◦ green 140 ◦ blue 239

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

Shades of Dodger Blue #058CEF

Tints of Dodger Blue #058CEF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.46%

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

R = 1.3%
G = 36.46%
B = 62.24%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#058CEF (or 0x058CEF) is known color: Dodger Blue. HEX triplet: 05, 8C and EF. RGB value is (5,140,239). Sum of RGB (Red+Green+Blue) = 5+140+239=384 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 384); Green value is 140 (55.08% from 255 or 36.46% from 384); Blue value is 239 (93.75% from 255 or 62.24% from 384); Max value from RGB is 239 - color contains mainly: blue. Hex color #058CEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #058CEF is #FA7310. Grayscale: #6E6E6E. Windows color (decimal): -16413457 or 15698949. OLE color: 15698949.

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

Color convert

RGB 5 140 239 -
CMYK 0.98 0.41 0 0.06
HSL 205.38º 0.96% 0.48% -
HSV(B) 205.38º 0.98% 0.94% -
XYZ 25.02 25.02 85.17 -
YUV 110.92 200.27 52.45 -
System Red Green Blue C M Y K H S L
Decimal 5 140 239 0.98 0.41 0 0.06 205.38 0.96 0.48
Hex 5 8C EF 62 29 0 6 CD 60 30
Octal 5 214 357 142 51 0 6 315 140 60
Binary 101 10001100 11101111 1100010 101001 0 110 11001101 1100000 110000

Color Harmonies of #058CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058CEF

Black with #058CEF

Text Example


Text Example

White with #058CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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