Html Css Color HEX #058BEB Dodger Blue

📋 copy color: '#058BEB'

red 5 ◦ green 139 ◦ blue 235

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

Shades of Dodger Blue #058BEB

Tints of Dodger Blue #058BEB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.68%

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

R = 1.32%
G = 36.68%
B = 62.01%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#058BEB (or 0x058BEB) is known color: Dodger Blue. HEX triplet: 05, 8B and EB. RGB value is (5,139,235). Sum of RGB (Red+Green+Blue) = 5+139+235=379 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 235 (92.19% from 255 or 62.01% from 379); Max value from RGB is 235 - color contains mainly: blue. Hex color #058BEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #058BEB is #FA7414. Grayscale: #6D6D6D. Windows color (decimal): -16413717 or 15436549. OLE color: 15436549.

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

Color convert

RGB 5 139 235 -
CMYK 0.98 0.41 0 0.08
HSL 205.04º 0.96% 0.47% -
HSV(B) 205.04º 0.98% 0.92% -
XYZ 24.29 24.5 82.05 -
YUV 109.88 198.61 53.19 -
System Red Green Blue C M Y K H S L
Decimal 5 139 235 0.98 0.41 0 0.08 205.04 0.96 0.47
Hex 5 8B EB 62 29 0 8 CD 60 2F
Octal 5 213 353 142 51 0 10 315 140 57
Binary 101 10001011 11101011 1100010 101001 0 1000 11001101 1100000 101111

Color Harmonies of #058BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058BEB

Black with #058BEB

Text Example


Text Example

White with #058BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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