Html Css Color HEX #057DEA Dodger Blue

📋 copy color: '#057DEA'

red 5 ◦ green 125 ◦ blue 234

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

Shades of Dodger Blue #057DEA

Tints of Dodger Blue #057DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 64.29%

R = 1.37%
G = 34.34%
B = 64.29%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#057DEA (or 0x057DEA) is known color: Dodger Blue. HEX triplet: 05, 7D and EA. RGB value is (5,125,234). Sum of RGB (Red+Green+Blue) = 5+125+234=364 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 234 (91.80% from 255 or 64.29% from 364); Max value from RGB is 234 - color contains mainly: blue. Hex color #057DEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057DEA is #FA8215. Grayscale: #646464. Windows color (decimal): -16417302 or 15367429. OLE color: 15367429.

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

Color convert

RGB 5 125 234 -
CMYK 0.98 0.47 0 0.08
HSL 208.56º 0.96% 0.47% -
HSV(B) 208.56º 0.98% 0.92% -
XYZ 22.25 20.64 80.65 -
YUV 101.55 202.74 59.14 -
System Red Green Blue C M Y K H S L
Decimal 5 125 234 0.98 0.47 0 0.08 208.56 0.96 0.47
Hex 5 7D EA 62 2F 0 8 D1 60 2F
Octal 5 175 352 142 57 0 10 321 140 57
Binary 101 1111101 11101010 1100010 101111 0 1000 11010001 1100000 101111

Color Harmonies of #057DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057DEA

Black with #057DEA

Text Example


Text Example

White with #057DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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