Html Css Color HEX #057FEF Dodger Blue

📋 copy color: '#057FEF'

red 5 ◦ green 127 ◦ blue 239

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

Shades of Dodger Blue #057FEF

Tints of Dodger Blue #057FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 64.42%

R = 1.35%
G = 34.23%
B = 64.42%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#057FEF (or 0x057FEF) is known color: Dodger Blue. HEX triplet: 05, 7F and EF. RGB value is (5,127,239). Sum of RGB (Red+Green+Blue) = 5+127+239=371 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.35% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 239 (93.75% from 255 or 64.42% from 371); Max value from RGB is 239 - color contains mainly: blue. Hex color #057FEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057FEF is #FA8010. Grayscale: #666666. Windows color (decimal): -16416785 or 15695621. OLE color: 15695621.

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

Color convert

RGB 5 127 239 -
CMYK 0.98 0.47 0 0.06
HSL 208.72º 0.96% 0.48% -
HSV(B) 208.72º 0.98% 0.94% -
XYZ 23.23 21.44 84.58 -
YUV 103.29 204.58 57.89 -
System Red Green Blue C M Y K H S L
Decimal 5 127 239 0.98 0.47 0 0.06 208.72 0.96 0.48
Hex 5 7F EF 62 2F 0 6 D1 60 30
Octal 5 177 357 142 57 0 6 321 140 60
Binary 101 1111111 11101111 1100010 101111 0 110 11010001 1100000 110000

Color Harmonies of #057FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057FEF

Black with #057FEF

Text Example


Text Example

White with #057FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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