Html Css Color HEX #057DF9 Dodger Blue

📋 copy color: '#057DF9'

red 5 ◦ green 125 ◦ blue 249

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

Shades of Dodger Blue #057DF9

Tints of Dodger Blue #057DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 65.7%

R = 1.32%
G = 32.98%
B = 65.7%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#057DF9 (or 0x057DF9) is known color: Dodger Blue. HEX triplet: 05, 7D and F9. RGB value is (5,125,249). Sum of RGB (Red+Green+Blue) = 5+125+249=379 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 249 (97.66% from 255 or 65.70% from 379); Max value from RGB is 249 - color contains mainly: blue. Hex color #057DF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057DF9 is #FA8206. Grayscale: #666666. Windows color (decimal): -16417287 or 16350469. OLE color: 16350469.

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

Color convert

RGB 5 125 249 -
CMYK 0.98 0.50 0 0.02
HSL 210.49º 0.96% 0.5% -
HSV(B) 210.49º 0.98% 0.98% -
XYZ 24.5 21.54 92.49 -
YUV 103.26 210.24 57.92 -
System Red Green Blue C M Y K H S L
Decimal 5 125 249 0.98 0.50 0 0.02 210.49 0.96 0.5
Hex 5 7D F9 62 32 0 2 D2 60 32
Octal 5 175 371 142 62 0 2 322 140 62
Binary 101 1111101 11111001 1100010 110010 0 10 11010010 1100000 110010

Color Harmonies of #057DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057DF9

Black with #057DF9

Text Example


Text Example

White with #057DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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