Html Css Color HEX #058EE7 Dodger Blue

📋 copy color: '#058EE7'

red 5 ◦ green 142 ◦ blue 231

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

Shades of Dodger Blue #058EE7

Tints of Dodger Blue #058EE7

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.57%

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

R = 1.32%
G = 37.57%
B = 61.11%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#058EE7 (or 0x058EE7) is known color: Dodger Blue. HEX triplet: 05, 8E and E7. RGB value is (5,142,231). Sum of RGB (Red+Green+Blue) = 5+142+231=378 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 231 (90.62% from 255 or 61.11% from 378); Max value from RGB is 231 - color contains mainly: blue. Hex color #058EE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #058EE7 is #FA7118. Grayscale: #6E6E6E. Windows color (decimal): -16412953 or 15175173. OLE color: 15175173.

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

Color convert

RGB 5 142 231 -
CMYK 0.98 0.39 0 0.09
HSL 203.63º 0.96% 0.46% -
HSV(B) 203.63º 0.98% 0.91% -
XYZ 24.16 25.15 79.18 -
YUV 111.18 195.61 52.26 -
System Red Green Blue C M Y K H S L
Decimal 5 142 231 0.98 0.39 0 0.09 203.63 0.96 0.46
Hex 5 8E E7 62 27 0 9 CC 60 2E
Octal 5 216 347 142 47 0 11 314 140 56
Binary 101 10001110 11100111 1100010 100111 0 1001 11001100 1100000 101110

Color Harmonies of #058EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058EE7

Black with #058EE7

Text Example


Text Example

White with #058EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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