Html Css Color HEX #25A0FF Dodger Blue

📋 copy color: '#25A0FF'

red 37 ◦ green 160 ◦ blue 255

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

Shades of Dodger Blue #25A0FF

Tints of Dodger Blue #25A0FF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.4%

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

R = 8.19%
G = 35.4%
B = 56.42%

CMYK

 C value IS 0.85

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#25A0FF (or 0x25A0FF) is known color: Dodger Blue. HEX triplet: 25, A0 and FF. RGB value is (37,160,255). Sum of RGB (Red+Green+Blue) = 37+160+255=452 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.19% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #25A0FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #25A0FF is #DA5F00. Grayscale: #858585. Windows color (decimal): -14311169 or 16752677. OLE color: 16752677.

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

Color convert

RGB 37 160 255 -
CMYK 0.85 0.37 0 0
HSL 206.15º 1% 0.57% -
HSV(B) 206.15º 0.85% 1% -
XYZ 31.38 32.75 99.28 -
YUV 134.05 196.25 58.78 -
System Red Green Blue C M Y K H S L
Decimal 37 160 255 0.85 0.37 0 0 206.15 1 0.57
Hex 25 A0 FF 55 25 0 0 CE 64 39
Octal 45 240 377 125 45 0 0 316 144 71
Binary 100101 10100000 11111111 1010101 100101 0 0 11001110 1100100 111001

Color Harmonies of #25A0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25A0FF

Black with #25A0FF

Text Example


Text Example

White with #25A0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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