Html Css Color HEX #25A1FD Dodger Blue

📋 copy color: '#25A1FD'

red 37 ◦ green 161 ◦ blue 253

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

Shades of Dodger Blue #25A1FD

Tints of Dodger Blue #25A1FD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.7%

 BLUE value IS 253 (99.22% from 255) = 56.1%

R = 8.2%
G = 35.7%
B = 56.1%

CMYK

 C value IS 0.85

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#25A1FD (or 0x25A1FD) is known color: Dodger Blue. HEX triplet: 25, A1 and FD. RGB value is (37,161,253). Sum of RGB (Red+Green+Blue) = 37+161+253=451 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.20% from 451); Green value is 161 (63.28% from 255 or 35.70% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #25A1FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #25A1FD is #DA5E02. Grayscale: #858585. Windows color (decimal): -14310915 or 16621861. OLE color: 16621861.

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

Color convert

RGB 37 161 253 -
CMYK 0.85 0.36 0 0.01
HSL 205.56º 0.98% 0.57% -
HSV(B) 205.56º 0.85% 0.99% -
XYZ 31.24 32.97 97.65 -
YUV 134.41 194.92 58.52 -
System Red Green Blue C M Y K H S L
Decimal 37 161 253 0.85 0.36 0 0.01 205.56 0.98 0.57
Hex 25 A1 FD 55 24 0 1 CE 62 39
Octal 45 241 375 125 44 0 1 316 142 71
Binary 100101 10100001 11111101 1010101 100100 0 1 11001110 1100010 111001

Color Harmonies of #25A1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25A1FD

Black with #25A1FD

Text Example


Text Example

White with #25A1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,161,253); }

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

background-color css

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

 a { background-color: rgb(37,161,253); }

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

border-color css

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

 span { border-color: rgb(37,161,253); }

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