#057FFE

Color #057FFE Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #057FFE

Tints of Dodger Blue #057FFE

Color information

#057FFE (or 0x057FFE) is unknown color: approx Dodger Blue. HEX triplet: 05, 7F and FE. RGB value is (5,127,254). Sum of RGB (Red+Green+Blue) = 5+127+254=386 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #057FFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057FFE is #FA8001. Grayscale: #686868. Windows color (decimal): -16416770 or 16678661. OLE color: 16678661.

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

Color convert

RGB5127254-
CMYK0.980.5000.00
HSL210.6º99.2%50.78%-
HSV(B)210.6º98.03%99.61%-
XYZ25.5422.3796.74-
YUV105212.0856.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.30%
GREEN value IS 127 (50% from 255) = 32.90%
BLUE value IS 254 (99.61% from 255) = 65.80%
R=1.30%
G=32.90%
B=65.80%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal51272540.980.5000.00210.699.250.78
Hex57FFE623200d36333
Octal5177376142620032314363
Binary101111111111111110110001011001000110100111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #057FFE;
 }
 .AnyTagClassName
 {
   color: #057FFE;
 }
</style>
background-color css

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

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

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

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

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

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