Html Css Color HEX #058FFF Dodger Blue

📋 copy color: '#058FFF'

red 5 ◦ green 143 ◦ blue 255

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

Shades of Dodger Blue #058FFF

Tints of Dodger Blue #058FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 63.28%

R = 1.24%
G = 35.48%
B = 63.28%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#058FFF (or 0x058FFF) is known color: Dodger Blue. HEX triplet: 05, 8F and FF. RGB value is (5,143,255). Sum of RGB (Red+Green+Blue) = 5+143+255=403 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.24% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #058FFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #058FFF is #FA7000. Grayscale: #717171. Windows color (decimal): -16412673 or 16748293. OLE color: 16748293.

HSL color Cylindrical-coordinate representation of color #058FFF: hue angle of 206.88º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058FFF is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 5 143 255 -
CMYK 0.98 0.44 0 0
HSL 206.88º 1% 0.51% -
HSV(B) 206.88º 0.98% 1% -
XYZ 27.94 26.9 98.33 -
YUV 114.51 207.28 49.89 -
System Red Green Blue C M Y K H S L
Decimal 5 143 255 0.98 0.44 0 0 206.88 1 0.51
Hex 5 8F FF 62 2C 0 0 CF 64 33
Octal 5 217 377 142 54 0 0 317 144 63
Binary 101 10001111 11111111 1100010 101100 0 0 11001111 1100100 110011

Color Harmonies of #058FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058FFF

Black with #058FFF

Text Example


Text Example

White with #058FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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