Html Css Color HEX #25AEFC Dodger Blue

📋 copy color: '#25AEFC'

red 37 ◦ green 174 ◦ blue 252

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

Shades of Dodger Blue #25AEFC

Tints of Dodger Blue #25AEFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.43%

R = 7.99%
G = 37.58%
B = 54.43%

CMYK

 C value IS 0.85

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#25AEFC (or 0x25AEFC) is known color: Dodger Blue. HEX triplet: 25, AE and FC. RGB value is (37,174,252). Sum of RGB (Red+Green+Blue) = 37+174+252=463 (61% of max value = 765). Red value is 37 (14.84% from 255 or 7.99% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 252 (98.83% from 255 or 54.43% from 463); Max value from RGB is 252 - color contains mainly: blue. Hex color #25AEFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #25AEFC is #DA5103. Grayscale: #8D8D8D. Windows color (decimal): -14307588 or 16559653. OLE color: 16559653.

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

Color convert

RGB 37 174 252 -
CMYK 0.85 0.31 0 0.01
HSL 201.77º 0.97% 0.57% -
HSV(B) 201.77º 0.85% 0.99% -
XYZ 33.47 37.69 97.61 -
YUV 141.93 190.11 53.16 -
System Red Green Blue C M Y K H S L
Decimal 37 174 252 0.85 0.31 0 0.01 201.77 0.97 0.57
Hex 25 AE FC 55 1F 0 1 CA 61 39
Octal 45 256 374 125 37 0 1 312 141 71
Binary 100101 10101110 11111100 1010101 11111 0 1 11001010 1100001 111001

Color Harmonies of #25AEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25AEFC

Black with #25AEFC

Text Example


Text Example

White with #25AEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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