Html Css Color HEX #25ADFD Dodger Blue

📋 copy color: '#25ADFD'

red 37 ◦ green 173 ◦ blue 253

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

Shades of Dodger Blue #25ADFD

Tints of Dodger Blue #25ADFD

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 value IS 0.85

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#25ADFD (or 0x25ADFD) is known color: 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

RGB 37 173 253 -
CMYK 0.85 0.32 0 0.01
HSL 202.22º 0.98% 0.57% -
HSV(B) 202.22º 0.85% 0.99% -
XYZ 33.44 37.37 98.38 -
YUV 141.46 190.94 53.5 -
System Red Green Blue C M Y K H S L
Decimal 37 173 253 0.85 0.32 0 0.01 202.22 0.98 0.57
Hex 25 AD FD 55 20 0 1 CA 62 39
Octal 45 255 375 125 40 0 1 312 142 71
Binary 100101 10101101 11111101 1010101 100000 0 1 11001010 1100010 111001

Color Harmonies of #25ADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25ADFD

Black with #25ADFD

Text Example


Text Example

White with #25ADFD

Text Example


Text Example

HTML Codes & Css Web 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>