#258ADD

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

Shades of Dodger Blue #258ADD

Tints of Dodger Blue #258ADD

Color information

#258ADD (or 0x258ADD) is unknown color: approx Dodger Blue. HEX triplet: 25, 8A and DD. RGB value is (37,138,221). Sum of RGB (Red+Green+Blue) = 37+138+221=396 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.34% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #258ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258ADD is #DA7522. Grayscale: #747474. Windows color (decimal): -14316835 or 14518821. OLE color: 14518821.

HSL color Cylindrical-coordinate representation of color #258ADD: hue angle of 207.07º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #258ADD is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB37138221-
CMYK0.830.3800.13
HSL207.07º73.02%50.59%-
HSV(B)207.07º83.26%86.67%-
XYZ22.923.7971.79-
YUV117.26186.5470.75-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.34%
GREEN value IS 138 (54.30% from 255) = 34.85%
BLUE value IS 221 (86.72% from 255) = 55.81%
R=9.34%
G=34.85%
B=55.81%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal371382210.830.3800.13207.0773.0250.59
Hex258ADD53260Dcf4933
Octal452123351234601531711163
Binary1001011000101011011101101001110011001101110011111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258ADD; }

 p { color: rgb(37,138,221); }

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

<style>
 a { background-color: #258ADD; }

 a { background-color: rgb(37,138,221); }

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

<style>
 span { border-color: #258ADD; }

 span { border-color: rgb(37,138,221); }

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