Html Css Color HEX #057AFF Dodger Blue

📋 copy color: '#057AFF'

red 5 ◦ green 122 ◦ blue 255

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

Shades of Dodger Blue #057AFF

Tints of Dodger Blue #057AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 66.75%

R = 1.31%
G = 31.94%
B = 66.75%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#057AFF (or 0x057AFF) is known color: Dodger Blue. HEX triplet: 05, 7A and FF. RGB value is (5,122,255). Sum of RGB (Red+Green+Blue) = 5+122+255=382 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #057AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057AFF is #FA8500. Grayscale: #656565. Windows color (decimal): -16418049 or 16742917. OLE color: 16742917.

HSL color Cylindrical-coordinate representation of color #057AFF: hue angle of 211.92º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057AFF is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 5 122 255 -
CMYK 0.98 0.52 0 0
HSL 211.92º 1% 0.51% -
HSV(B) 211.92º 0.98% 1% -
XYZ 25.07 21.17 97.37 -
YUV 102.18 214.24 58.69 -
System Red Green Blue C M Y K H S L
Decimal 5 122 255 0.98 0.52 0 0 211.92 1 0.51
Hex 5 7A FF 62 34 0 0 D4 64 33
Octal 5 172 377 142 64 0 0 324 144 63
Binary 101 1111010 11111111 1100010 110100 0 0 11010100 1100100 110011

Color Harmonies of #057AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057AFF

Black with #057AFF

Text Example


Text Example

White with #057AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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