Html Css Color HEX #057DEC Dodger Blue

📋 copy color: '#057DEC'

red 5 ◦ green 125 ◦ blue 236

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

Shades of Dodger Blue #057DEC

Tints of Dodger Blue #057DEC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.15%

 BLUE value IS 236 (92.58% from 255) = 64.48%

R = 1.37%
G = 34.15%
B = 64.48%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#057DEC (or 0x057DEC) is known color: Dodger Blue. HEX triplet: 05, 7D and EC. RGB value is (5,125,236). Sum of RGB (Red+Green+Blue) = 5+125+236=366 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 236 (92.58% from 255 or 64.48% from 366); Max value from RGB is 236 - color contains mainly: blue. Hex color #057DEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057DEC is #FA8213. Grayscale: #656565. Windows color (decimal): -16417300 or 15498501. OLE color: 15498501.

HSL color Cylindrical-coordinate representation of color #057DEC: hue angle of 208.83º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057DEC is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 5 125 236 -
CMYK 0.98 0.47 0 0.07
HSL 208.83º 0.96% 0.47% -
HSV(B) 208.83º 0.98% 0.93% -
XYZ 22.54 20.76 82.18 -
YUV 101.77 203.74 58.97 -
System Red Green Blue C M Y K H S L
Decimal 5 125 236 0.98 0.47 0 0.07 208.83 0.96 0.47
Hex 5 7D EC 62 2F 0 7 D1 60 2F
Octal 5 175 354 142 57 0 7 321 140 57
Binary 101 1111101 11101100 1100010 101111 0 111 11010001 1100000 101111

Color Harmonies of #057DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057DEC

Black with #057DEC

Text Example


Text Example

White with #057DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057DEC; }

 p { color: rgb(5,125,236); }

 H1.HeaderClassName
 {
   color: #057DEC;
 }
 .AnyTagClassName
 {
   color: #057DEC;
 }
</style>

background-color css

<style>
 a { background-color: #057DEC; }

 a { background-color: rgb(5,125,236); }

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

border-color css

<style>
 span { border-color: #057DEC; }

 span { border-color: rgb(5,125,236); }

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