Html Css Color HEX #057FEC Dodger Blue

📋 copy color: '#057FEC'

red 5 ◦ green 127 ◦ blue 236

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

Shades of Dodger Blue #057FEC

Tints of Dodger Blue #057FEC

RGB

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

 GREEN value IS 127 (50% from 255) = 34.51%

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

R = 1.36%
G = 34.51%
B = 64.13%

CMYK

 C value IS 0.98

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#057FEC (or 0x057FEC) is known color: Dodger Blue. HEX triplet: 05, 7F and EC. RGB value is (5,127,236). Sum of RGB (Red+Green+Blue) = 5+127+236=368 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 236 (92.58% from 255 or 64.13% from 368); Max value from RGB is 236 - color contains mainly: blue. Hex color #057FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057FEC is #FA8013. Grayscale: #666666. Windows color (decimal): -16416788 or 15499013. OLE color: 15499013.

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

Color convert

RGB 5 127 236 -
CMYK 0.98 0.46 0 0.07
HSL 208.31º 0.96% 0.47% -
HSV(B) 208.31º 0.98% 0.93% -
XYZ 22.79 21.27 82.26 -
YUV 102.95 203.08 58.14 -
System Red Green Blue C M Y K H S L
Decimal 5 127 236 0.98 0.46 0 0.07 208.31 0.96 0.47
Hex 5 7F EC 62 2E 0 7 D0 60 2F
Octal 5 177 354 142 56 0 7 320 140 57
Binary 101 1111111 11101100 1100010 101110 0 111 11010000 1100000 101111

Color Harmonies of #057FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057FEC

Black with #057FEC

Text Example


Text Example

White with #057FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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