Html Css Color HEX #057FFF Dodger Blue

📋 copy color: '#057FFF'

red 5 ◦ green 127 ◦ blue 255

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

Shades of Dodger Blue #057FFF

Tints of Dodger Blue #057FFF

RGB

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

 GREEN value IS 127 (50% from 255) = 32.82%

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

R = 1.29%
G = 32.82%
B = 65.89%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#057FFF (or 0x057FFF) is known color: Dodger Blue. HEX triplet: 05, 7F and FF. RGB value is (5,127,255). Sum of RGB (Red+Green+Blue) = 5+127+255=387 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.29% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #057FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057FFF is #FA8000. Grayscale: #686868. Windows color (decimal): -16416769 or 16744197. OLE color: 16744197.

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

Color convert

RGB 5 127 255 -
CMYK 0.98 0.50 0 0
HSL 210.72º 1% 0.51% -
HSV(B) 210.72º 0.98% 1% -
XYZ 25.7 22.43 97.58 -
YUV 105.11 212.58 56.59 -
System Red Green Blue C M Y K H S L
Decimal 5 127 255 0.98 0.50 0 0 210.72 1 0.51
Hex 5 7F FF 62 32 0 0 D3 64 33
Octal 5 177 377 142 62 0 0 323 144 63
Binary 101 1111111 11111111 1100010 110010 0 0 11010011 1100100 110011

Color Harmonies of #057FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057FFF

Black with #057FFF

Text Example


Text Example

White with #057FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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