Html Css Color HEX #25AEFA Dodger Blue

📋 copy color: '#25AEFA'

red 37 ◦ green 174 ◦ blue 250

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

Shades of Dodger Blue #25AEFA

Tints of Dodger Blue #25AEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.23%

R = 8.03%
G = 37.74%
B = 54.23%

CMYK

 C value IS 0.85

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#25AEFA (or 0x25AEFA) is known color: Dodger Blue. HEX triplet: 25, AE and FA. RGB value is (37,174,250). Sum of RGB (Red+Green+Blue) = 37+174+250=461 (61% of max value = 765). Red value is 37 (14.84% from 255 or 8.03% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #25AEFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #25AEFA is #DA5105. Grayscale: #8D8D8D. Windows color (decimal): -14307590 or 16428581. OLE color: 16428581.

HSL color Cylindrical-coordinate representation of color #25AEFA: hue angle of 201.41º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25AEFA is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 37 174 250 -
CMYK 0.85 0.30 0 0.02
HSL 201.41º 0.96% 0.56% -
HSV(B) 201.41º 0.85% 0.98% -
XYZ 33.15 37.57 95.95 -
YUV 141.7 189.11 53.32 -
System Red Green Blue C M Y K H S L
Decimal 37 174 250 0.85 0.30 0 0.02 201.41 0.96 0.56
Hex 25 AE FA 55 1E 0 2 C9 60 38
Octal 45 256 372 125 36 0 2 311 140 70
Binary 100101 10101110 11111010 1010101 11110 0 10 11001001 1100000 111000

Color Harmonies of #25AEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25AEFA

Black with #25AEFA

Text Example


Text Example

White with #25AEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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