#25ACFA

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

Shades of Dodger Blue #25ACFA

Tints of Dodger Blue #25ACFA

Color information

#25ACFA (or 0x25ACFA) is unknown color: approx Dodger Blue. HEX triplet: 25, AC and FA. RGB value is (37,172,250). Sum of RGB (Red+Green+Blue) = 37+172+250=459 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.06% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #25ACFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #25ACFA is #DA5305. Grayscale: #8C8C8C. Windows color (decimal): -14308102 or 16428069. OLE color: 16428069.

HSL color Cylindrical-coordinate representation of color #25ACFA: hue angle of 201.97º 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 #25ACFA is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB37172250-
CMYK0.850.3100.02
HSL201.97º95.52%56.27%-
HSV(B)201.97º85.2%98.04%-
XYZ32.7736.895.82-
YUV140.53189.7754.16-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.06%
GREEN value IS 172 (67.58% from 255) = 37.47%
BLUE value IS 250 (98.05% from 255) = 54.47%
R=8.06%
G=37.47%
B=54.47%

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
Decimal371722500.850.3100.02201.9795.5256.27
Hex25ACFA551F02ca6038
Octal45254372125370231214070
Binary1001011010110011111010101010111111010110010101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25ACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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