Html Css Color HEX #057CEC Dodger Blue

📋 copy color: '#057CEC'

red 5 ◦ green 124 ◦ blue 236

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

Shades of Dodger Blue #057CEC

Tints of Dodger Blue #057CEC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.97%

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

R = 1.37%
G = 33.97%
B = 64.66%

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

#057CEC (or 0x057CEC) is known color: Dodger Blue. HEX triplet: 05, 7C and EC. RGB value is (5,124,236). Sum of RGB (Red+Green+Blue) = 5+124+236=365 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 236 (92.58% from 255 or 64.66% from 365); Max value from RGB is 236 - color contains mainly: blue. Hex color #057CEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057CEC is #FA8313. Grayscale: #646464. Windows color (decimal): -16417556 or 15498245. OLE color: 15498245.

HSL color Cylindrical-coordinate representation of color #057CEC: hue angle of 209.09º 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 #057CEC is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 5 124 236 -
CMYK 0.98 0.47 0 0.07
HSL 209.09º 0.96% 0.47% -
HSV(B) 209.09º 0.98% 0.93% -
XYZ 22.41 20.5 82.13 -
YUV 101.19 204.08 59.39 -
System Red Green Blue C M Y K H S L
Decimal 5 124 236 0.98 0.47 0 0.07 209.09 0.96 0.47
Hex 5 7C EC 62 2F 0 7 D1 60 2F
Octal 5 174 354 142 57 0 7 321 140 57
Binary 101 1111100 11101100 1100010 101111 0 111 11010001 1100000 101111

Color Harmonies of #057CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057CEC

Black with #057CEC

Text Example


Text Example

White with #057CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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