Html Css Color HEX #058FE9 Dodger Blue

📋 copy color: '#058FE9'

red 5 ◦ green 143 ◦ blue 233

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

Shades of Dodger Blue #058FE9

Tints of Dodger Blue #058FE9

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.53%

 BLUE value IS 233 (91.41% from 255) = 61.15%

R = 1.31%
G = 37.53%
B = 61.15%

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

#058FE9 (or 0x058FE9) is known color: Dodger Blue. HEX triplet: 05, 8F and E9. RGB value is (5,143,233). Sum of RGB (Red+Green+Blue) = 5+143+233=381 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 233 (91.41% from 255 or 61.15% from 381); Max value from RGB is 233 - color contains mainly: blue. Hex color #058FE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #058FE9 is #FA7016. Grayscale: #6F6F6F. Windows color (decimal): -16412695 or 15306501. OLE color: 15306501.

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

Color convert

RGB 5 143 233 -
CMYK 0.98 0.39 0 0.09
HSL 203.68º 0.96% 0.47% -
HSV(B) 203.68º 0.98% 0.91% -
XYZ 24.59 25.56 80.73 -
YUV 112 196.28 51.68 -
System Red Green Blue C M Y K H S L
Decimal 5 143 233 0.98 0.39 0 0.09 203.68 0.96 0.47
Hex 5 8F E9 62 27 0 9 CC 60 2F
Octal 5 217 351 142 47 0 11 314 140 57
Binary 101 10001111 11101001 1100010 100111 0 1001 11001100 1100000 101111

Color Harmonies of #058FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058FE9

Black with #058FE9

Text Example


Text Example

White with #058FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,143,233); }

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

background-color css

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

 a { background-color: rgb(5,143,233); }

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

border-color css

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

 span { border-color: rgb(5,143,233); }

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