#25ADFA

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

Shades of Dodger Blue #25ADFA

Tints of Dodger Blue #25ADFA

Color information

#25ADFA (or 0x25ADFA) is unknown color: approx Dodger Blue. HEX triplet: 25, AD and FA. RGB value is (37,173,250). Sum of RGB (Red+Green+Blue) = 37+173+250=460 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.04% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #25ADFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #25ADFA is #DA5205. Grayscale: #8C8C8C. Windows color (decimal): -14307846 or 16428325. OLE color: 16428325.

HSL color Cylindrical-coordinate representation of color #25ADFA: hue angle of 201.69º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25ADFA is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB37173250-
CMYK0.850.3100.02
HSL201.69º95.52%56.27%-
HSV(B)201.69º85.2%98.04%-
XYZ32.9637.1895.88-
YUV141.11189.4453.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.04%
GREEN value IS 173 (67.97% from 255) = 37.61%
BLUE value IS 250 (98.05% from 255) = 54.35%
R=8.04%
G=37.61%
B=54.35%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal371732500.850.3100.02201.6995.5256.27
Hex25ADFA551F02ca6038
Octal45255372125370231214070
Binary1001011010110111111010101010111111010110010101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25ADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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