#257AE6

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

Shades of Dodger Blue #257AE6

Tints of Dodger Blue #257AE6

Color information

#257AE6 (or 0x257AE6) is unknown color: approx Dodger Blue. HEX triplet: 25, 7A and E6. RGB value is (37,122,230). Sum of RGB (Red+Green+Blue) = 37+122+230=389 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.51% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 230 (90.23% from 255 or 59.13% from 389); Max value from RGB is 230 - color contains mainly: blue. Hex color #257AE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257AE6 is #DA8519. Grayscale: #6C6C6C. Windows color (decimal): -14320922 or 15104549. OLE color: 15104549.

HSL color Cylindrical-coordinate representation of color #257AE6: hue angle of 213.58º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #257AE6 is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB37122230-
CMYK0.840.4700.10
HSL213.58º79.42%52.35%-
HSV(B)213.58º83.91%90.2%-
XYZ22.0120.0377.57-
YUV108.9196.3476.72-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.51%
GREEN value IS 122 (48.05% from 255) = 31.36%
BLUE value IS 230 (90.23% from 255) = 59.13%
R=9.51%
G=31.36%
B=59.13%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal371222300.840.4700.10213.5879.4252.35
Hex257AE6542F0Ad64f34
Octal451723461245701232611764
Binary100101111101011100110101010010111101010110101101001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257AE6; }

 p { color: rgb(37,122,230); }

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

<style>
 a { background-color: #257AE6; }

 a { background-color: rgb(37,122,230); }

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

<style>
 span { border-color: #257AE6; }

 span { border-color: rgb(37,122,230); }

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