Html Css Color HEX #057AED Dodger Blue

📋 copy color: '#057AED'

red 5 ◦ green 122 ◦ blue 237

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

Shades of Dodger Blue #057AED

Tints of Dodger Blue #057AED

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.52%

 BLUE value IS 237 (92.97% from 255) = 65.11%

R = 1.37%
G = 33.52%
B = 65.11%

CMYK

 C value IS 0.98

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#057AED (or 0x057AED) is known color: Dodger Blue. HEX triplet: 05, 7A and ED. RGB value is (5,122,237). Sum of RGB (Red+Green+Blue) = 5+122+237=364 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 237 (92.97% from 255 or 65.11% from 364); Max value from RGB is 237 - color contains mainly: blue. Hex color #057AED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057AED is #FA8512. Grayscale: #636363. Windows color (decimal): -16418067 or 15563269. OLE color: 15563269.

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

Color convert

RGB 5 122 237 -
CMYK 0.98 0.49 0 0.07
HSL 209.74º 0.96% 0.47% -
HSV(B) 209.74º 0.98% 0.93% -
XYZ 22.31 20.07 82.82 -
YUV 100.13 205.24 60.15 -
System Red Green Blue C M Y K H S L
Decimal 5 122 237 0.98 0.49 0 0.07 209.74 0.96 0.47
Hex 5 7A ED 62 31 0 7 D2 60 2F
Octal 5 172 355 142 61 0 7 322 140 57
Binary 101 1111010 11101101 1100010 110001 0 111 11010010 1100000 101111

Color Harmonies of #057AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057AED

Black with #057AED

Text Example


Text Example

White with #057AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,122,237); }

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

background-color css

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

 a { background-color: rgb(5,122,237); }

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

border-color css

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

 span { border-color: rgb(5,122,237); }

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