Html Css Color HEX #058BE7 Dodger Blue

📋 copy color: '#058BE7'

red 5 ◦ green 139 ◦ blue 231

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

Shades of Dodger Blue #058BE7

Tints of Dodger Blue #058BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 61.6%

R = 1.33%
G = 37.07%
B = 61.6%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#058BE7 (or 0x058BE7) is known color: Dodger Blue. HEX triplet: 05, 8B and E7. RGB value is (5,139,231). Sum of RGB (Red+Green+Blue) = 5+139+231=375 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.33% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 231 (90.62% from 255 or 61.6% from 375); Max value from RGB is 231 - color contains mainly: blue. Hex color #058BE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #058BE7 is #FA7418. Grayscale: #6C6C6C. Windows color (decimal): -16413721 or 15174405. OLE color: 15174405.

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

Color convert

RGB 5 139 231 -
CMYK 0.98 0.40 0 0.09
HSL 204.42º 0.96% 0.46% -
HSV(B) 204.42º 0.98% 0.91% -
XYZ 23.72 24.27 79.04 -
YUV 109.42 196.61 53.52 -
System Red Green Blue C M Y K H S L
Decimal 5 139 231 0.98 0.40 0 0.09 204.42 0.96 0.46
Hex 5 8B E7 62 28 0 9 CC 60 2E
Octal 5 213 347 142 50 0 11 314 140 56
Binary 101 10001011 11100111 1100010 101000 0 1001 11001100 1100000 101110

Color Harmonies of #058BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058BE7

Black with #058BE7

Text Example


Text Example

White with #058BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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