Html Css Color HEX #058CFF Dodger Blue

📋 copy color: '#058CFF'

red 5 ◦ green 140 ◦ blue 255

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

Shades of Dodger Blue #058CFF

Tints of Dodger Blue #058CFF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35%

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

R = 1.25%
G = 35%
B = 63.75%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#058CFF (or 0x058CFF) is known color: Dodger Blue. HEX triplet: 05, 8C and FF. RGB value is (5,140,255). Sum of RGB (Red+Green+Blue) = 5+140+255=400 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #058CFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #058CFF is #FA7300. Grayscale: #707070. Windows color (decimal): -16413441 or 16747525. OLE color: 16747525.

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

Color convert

RGB 5 140 255 -
CMYK 0.98 0.45 0 0
HSL 207.6º 1% 0.51% -
HSV(B) 207.6º 0.98% 1% -
XYZ 27.49 26.01 98.18 -
YUV 112.75 208.27 51.15 -
System Red Green Blue C M Y K H S L
Decimal 5 140 255 0.98 0.45 0 0 207.6 1 0.51
Hex 5 8C FF 62 2D 0 0 D0 64 33
Octal 5 214 377 142 55 0 0 320 144 63
Binary 101 10001100 11111111 1100010 101101 0 0 11010000 1100100 110011

Color Harmonies of #058CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058CFF

Black with #058CFF

Text Example


Text Example

White with #058CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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