#25A0F4

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

Shades of Dodger Blue #25A0F4

Tints of Dodger Blue #25A0F4

Color information

#25A0F4 (or 0x25A0F4) is unknown color: approx Dodger Blue. HEX triplet: 25, A0 and F4. RGB value is (37,160,244). Sum of RGB (Red+Green+Blue) = 37+160+244=441 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.39% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 244 (95.70% from 255 or 55.33% from 441); Max value from RGB is 244 - color contains mainly: blue. Hex color #25A0F4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #25A0F4 is #DA5F0B. Grayscale: #848484. Windows color (decimal): -14311180 or 16031781. OLE color: 16031781.

HSL color Cylindrical-coordinate representation of color #25A0F4: hue angle of 204.35º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25A0F4 is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB37160244-
CMYK0.850.3400.04
HSL204.35º90.39%55.1%-
HSV(B)204.35º84.84%95.69%-
XYZ29.6632.0790.21-
YUV132.8190.7559.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.39%
GREEN value IS 160 (62.89% from 255) = 36.28%
BLUE value IS 244 (95.70% from 255) = 55.33%
R=8.39%
G=36.28%
B=55.33%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal371602440.850.3400.04204.3590.3955.1
Hex25A0F4552204cc5a37
Octal45240364125420431413267
Binary100101101000001111010010101011000100100110011001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25A0F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,160,244); }

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

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

 a { background-color: rgb(37,160,244); }

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

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

 span { border-color: rgb(37,160,244); }

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