Html Css Color HEX #25ADFC Dodger Blue

📋 copy color: '#25ADFC'

red 37 ◦ green 173 ◦ blue 252

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

Shades of Dodger Blue #25ADFC

Tints of Dodger Blue #25ADFC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.45%

 BLUE value IS 252 (98.83% from 255) = 54.55%

R = 8.01%
G = 37.45%
B = 54.55%

CMYK

 C value IS 0.85

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#25ADFC (or 0x25ADFC) is known color: Dodger Blue. HEX triplet: 25, AD and FC. RGB value is (37,173,252). Sum of RGB (Red+Green+Blue) = 37+173+252=462 (61% of max value = 765). Red value is 37 (14.84% from 255 or 8.01% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #25ADFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #25ADFC is #DA5203. Grayscale: #8C8C8C. Windows color (decimal): -14307844 or 16559397. OLE color: 16559397.

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

Color convert

RGB 37 173 252 -
CMYK 0.85 0.31 0 0.01
HSL 202.05º 0.97% 0.57% -
HSV(B) 202.05º 0.85% 0.99% -
XYZ 33.28 37.31 97.54 -
YUV 141.34 190.44 53.58 -
System Red Green Blue C M Y K H S L
Decimal 37 173 252 0.85 0.31 0 0.01 202.05 0.97 0.57
Hex 25 AD FC 55 1F 0 1 CA 61 39
Octal 45 255 374 125 37 0 1 312 141 71
Binary 100101 10101101 11111100 1010101 11111 0 1 11001010 1100001 111001

Color Harmonies of #25ADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25ADFC

Black with #25ADFC

Text Example


Text Example

White with #25ADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,173,252); }

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

background-color css

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

 a { background-color: rgb(37,173,252); }

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

border-color css

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

 span { border-color: rgb(37,173,252); }

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