Html Css Color HEX #058CEB Dodger Blue

📋 copy color: '#058CEB'

red 5 ◦ green 140 ◦ blue 235

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

Shades of Dodger Blue #058CEB

Tints of Dodger Blue #058CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 61.84%

R = 1.32%
G = 36.84%
B = 61.84%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#058CEB (or 0x058CEB) is known color: Dodger Blue. HEX triplet: 05, 8C and EB. RGB value is (5,140,235). Sum of RGB (Red+Green+Blue) = 5+140+235=380 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 235 (92.19% from 255 or 61.84% from 380); Max value from RGB is 235 - color contains mainly: blue. Hex color #058CEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #058CEB is #FA7314. Grayscale: #6D6D6D. Windows color (decimal): -16413461 or 15436805. OLE color: 15436805.

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

Color convert

RGB 5 140 235 -
CMYK 0.98 0.40 0 0.08
HSL 204.78º 0.96% 0.47% -
HSV(B) 204.78º 0.98% 0.92% -
XYZ 24.44 24.79 82.09 -
YUV 110.47 198.27 52.78 -
System Red Green Blue C M Y K H S L
Decimal 5 140 235 0.98 0.40 0 0.08 204.78 0.96 0.47
Hex 5 8C EB 62 28 0 8 CD 60 2F
Octal 5 214 353 142 50 0 10 315 140 57
Binary 101 10001100 11101011 1100010 101000 0 1000 11001101 1100000 101111

Color Harmonies of #058CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058CEB

Black with #058CEB

Text Example


Text Example

White with #058CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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