Html Css Color HEX #25A2FF Dodger Blue

📋 copy color: '#25A2FF'

red 37 ◦ green 162 ◦ blue 255

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

Shades of Dodger Blue #25A2FF

Tints of Dodger Blue #25A2FF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.68%

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

R = 8.15%
G = 35.68%
B = 56.17%

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

#25A2FF (or 0x25A2FF) is known color: Dodger Blue. HEX triplet: 25, A2 and FF. RGB value is (37,162,255). Sum of RGB (Red+Green+Blue) = 37+162+255=454 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.15% from 454); Green value is 162 (63.67% from 255 or 35.68% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #25A2FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #25A2FF is #DA5D00. Grayscale: #868686. Windows color (decimal): -14310657 or 16753189. OLE color: 16753189.

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

Color convert

RGB 37 162 255 -
CMYK 0.85 0.36 0 0
HSL 205.6º 1% 0.57% -
HSV(B) 205.6º 0.85% 1% -
XYZ 31.73 33.45 99.39 -
YUV 135.23 195.59 57.94 -
System Red Green Blue C M Y K H S L
Decimal 37 162 255 0.85 0.36 0 0 205.6 1 0.57
Hex 25 A2 FF 55 24 0 0 CE 64 39
Octal 45 242 377 125 44 0 0 316 144 71
Binary 100101 10100010 11111111 1010101 100100 0 0 11001110 1100100 111001

Color Harmonies of #25A2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25A2FF

Black with #25A2FF

Text Example


Text Example

White with #25A2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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