Html Css Color HEX #25A4FF Dodger Blue

📋 copy color: '#25A4FF'

red 37 ◦ green 164 ◦ blue 255

#25A4FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #25A4FF

Tints of Dodger Blue #25A4FF

RGB

 RED value IS 37 (14.84% from 255) = 8.11%

 GREEN value IS 164 (64.45% from 255) = 35.96%

 BLUE value IS 255 (100% from 255) = 55.92%

R = 8.11%
G = 35.96%
B = 55.92%

CMYK

 C value IS 0.85

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#25A4FF (or 0x25A4FF) is known color: Dodger Blue. HEX triplet: 25, A4 and FF. RGB value is (37,164,255). Sum of RGB (Red+Green+Blue) = 37+164+255=456 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.11% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #25A4FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #25A4FF is #DA5B00. Grayscale: #878787. Windows color (decimal): -14310145 or 16753701. OLE color: 16753701.

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

Color convert

RGB 37 164 255 -
CMYK 0.85 0.36 0 0
HSL 205.05º 1% 0.57% -
HSV(B) 205.05º 0.85% 1% -
XYZ 32.09 34.16 99.51 -
YUV 136.4 194.92 57.1 -
System Red Green Blue C M Y K H S L
Decimal 37 164 255 0.85 0.36 0 0 205.05 1 0.57
Hex 25 A4 FF 55 24 0 0 CD 64 39
Octal 45 244 377 125 44 0 0 315 144 71
Binary 100101 10100100 11111111 1010101 100100 0 0 11001101 1100100 111001

Color Harmonies of #25A4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25A4FF

Black with #25A4FF

Text Example


Text Example

White with #25A4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,164,255); }

 H1.HeaderClassName
 {
   color: #25A4FF;
 }
 .AnyTagClassName
 {
   color: #25A4FF;
 }
</style>

background-color css

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

 a { background-color: rgb(37,164,255); }

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

border-color css

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

 span { border-color: rgb(37,164,255); }

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