Html Css Color HEX #057DF8 Dodger Blue

📋 copy color: '#057DF8'

red 5 ◦ green 125 ◦ blue 248

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

Shades of Dodger Blue #057DF8

Tints of Dodger Blue #057DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 65.61%

R = 1.32%
G = 33.07%
B = 65.61%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#057DF8 (or 0x057DF8) is known color: Dodger Blue. HEX triplet: 05, 7D and F8. RGB value is (5,125,248). Sum of RGB (Red+Green+Blue) = 5+125+248=378 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 248 (97.27% from 255 or 65.61% from 378); Max value from RGB is 248 - color contains mainly: blue. Hex color #057DF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057DF8 is #FA8207. Grayscale: #666666. Windows color (decimal): -16417288 or 16284933. OLE color: 16284933.

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

Color convert

RGB 5 125 248 -
CMYK 0.98 0.50 0 0.03
HSL 210.37º 0.96% 0.5% -
HSV(B) 210.37º 0.98% 0.97% -
XYZ 24.34 21.48 91.67 -
YUV 103.14 209.74 58 -
System Red Green Blue C M Y K H S L
Decimal 5 125 248 0.98 0.50 0 0.03 210.37 0.96 0.5
Hex 5 7D F8 62 32 0 3 D2 60 32
Octal 5 175 370 142 62 0 3 322 140 62
Binary 101 1111101 11111000 1100010 110010 0 11 11010010 1100000 110010

Color Harmonies of #057DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057DF8

Black with #057DF8

Text Example


Text Example

White with #057DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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