Html Css Color HEX #25AEFE Dodger Blue

📋 copy color: '#25AEFE'

red 37 ◦ green 174 ◦ blue 254

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

Shades of Dodger Blue #25AEFE

Tints of Dodger Blue #25AEFE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.42%

 BLUE value IS 254 (99.61% from 255) = 54.62%

R = 7.96%
G = 37.42%
B = 54.62%

CMYK

 C value IS 0.85

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#25AEFE (or 0x25AEFE) is known color: Dodger Blue. HEX triplet: 25, AE and FE. RGB value is (37,174,254). Sum of RGB (Red+Green+Blue) = 37+174+254=465 (61% of max value = 765). Red value is 37 (14.84% from 255 or 7.96% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #25AEFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #25AEFE is #DA5101. Grayscale: #8D8D8D. Windows color (decimal): -14307586 or 16690725. OLE color: 16690725.

HSL color Cylindrical-coordinate representation of color #25AEFE: hue angle of 202.12º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25AEFE is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 37 174 254 -
CMYK 0.85 0.31 0 0.00
HSL 202.12º 0.99% 0.57% -
HSV(B) 202.12º 0.85% 1% -
XYZ 33.79 37.82 99.29 -
YUV 142.16 191.11 53 -
System Red Green Blue C M Y K H S L
Decimal 37 174 254 0.85 0.31 0 0.00 202.12 0.99 0.57
Hex 25 AE FE 55 1F 0 0 CA 63 39
Octal 45 256 376 125 37 0 0 312 143 71
Binary 100101 10101110 11111110 1010101 11111 0 0 11001010 1100011 111001

Color Harmonies of #25AEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25AEFE

Black with #25AEFE

Text Example


Text Example

White with #25AEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,174,254); }

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

background-color css

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

 a { background-color: rgb(37,174,254); }

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

border-color css

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

 span { border-color: rgb(37,174,254); }

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