#25ADFD

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

Shades of Dodger Blue #25ADFD

Tints of Dodger Blue #25ADFD

Color information

#25ADFD (or 0x25ADFD) is unknown color: approx Dodger Blue. HEX triplet: 25, AD and FD. RGB value is (37,173,253). Sum of RGB (Red+Green+Blue) = 37+173+253=463 (61% of max value = 765). Red value is 37 (14.84% from 255 or 7.99% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #25ADFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #25ADFD is #DA5202. Grayscale: #8D8D8D. Windows color (decimal): -14307843 or 16624933. OLE color: 16624933.

HSL color Cylindrical-coordinate representation of color #25ADFD: hue angle of 202.22º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25ADFD is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB37173253-
CMYK0.850.3200.01
HSL202.22º98.18%56.86%-
HSV(B)202.22º85.38%99.22%-
XYZ33.4437.3798.38-
YUV141.46190.9453.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 7.99%
GREEN value IS 173 (67.97% from 255) = 37.37%
BLUE value IS 253 (99.22% from 255) = 54.64%
R=7.99%
G=37.37%
B=54.64%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal371732530.850.3200.01202.2298.1856.86
Hex25ADFD552001ca6239
Octal45255375125400131214271
Binary1001011010110111111101101010110000001110010101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25ADFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25ADFD; }

 p { color: rgb(37,173,253); }

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

<style>
 a { background-color: #25ADFD; }

 a { background-color: rgb(37,173,253); }

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

<style>
 span { border-color: #25ADFD; }

 span { border-color: rgb(37,173,253); }

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