Html Css Color HEX #25A2EE Dodger Blue

📋 copy color: '#25A2EE'

red 37 ◦ green 162 ◦ blue 238

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

Shades of Dodger Blue #25A2EE

Tints of Dodger Blue #25A2EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.46%

R = 8.47%
G = 37.07%
B = 54.46%

CMYK

 C value IS 0.84

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#25A2EE (or 0x25A2EE) is known color: Dodger Blue. HEX triplet: 25, A2 and EE. RGB value is (37,162,238). Sum of RGB (Red+Green+Blue) = 37+162+238=437 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.47% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 238 (93.36% from 255 or 54.46% from 437); Max value from RGB is 238 - color contains mainly: blue. Hex color #25A2EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #25A2EE is #DA5D11. Grayscale: #848484. Windows color (decimal): -14310674 or 15639077. OLE color: 15639077.

HSL color Cylindrical-coordinate representation of color #25A2EE: hue angle of 202.69º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25A2EE is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 162 238 -
CMYK 0.84 0.32 0 0.07
HSL 202.69º 0.86% 0.54% -
HSV(B) 202.69º 0.84% 0.93% -
XYZ 29.12 32.41 85.61 -
YUV 133.29 187.09 59.32 -
System Red Green Blue C M Y K H S L
Decimal 37 162 238 0.84 0.32 0 0.07 202.69 0.86 0.54
Hex 25 A2 EE 54 20 0 7 CB 56 36
Octal 45 242 356 124 40 0 7 313 126 66
Binary 100101 10100010 11101110 1010100 100000 0 111 11001011 1010110 110110

Color Harmonies of #25A2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25A2EE

Black with #25A2EE

Text Example


Text Example

White with #25A2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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