Html Css Color HEX #25ACFE Dodger Blue

📋 copy color: '#25ACFE'

red 37 ◦ green 172 ◦ blue 254

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

Shades of Dodger Blue #25ACFE

Tints of Dodger Blue #25ACFE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.15%

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

R = 7.99%
G = 37.15%
B = 54.86%

CMYK

 C value IS 0.85

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#25ACFE (or 0x25ACFE) is known color: Dodger Blue. HEX triplet: 25, AC and FE. RGB value is (37,172,254). Sum of RGB (Red+Green+Blue) = 37+172+254=463 (61% of max value = 765). Red value is 37 (14.84% from 255 or 7.99% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #25ACFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #25ACFE is #DA5301. Grayscale: #8C8C8C. Windows color (decimal): -14308098 or 16690213. OLE color: 16690213.

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

Color convert

RGB 37 172 254 -
CMYK 0.85 0.32 0 0.00
HSL 202.67º 0.99% 0.57% -
HSV(B) 202.67º 0.85% 1% -
XYZ 33.4 37.05 99.16 -
YUV 140.98 191.77 53.83 -
System Red Green Blue C M Y K H S L
Decimal 37 172 254 0.85 0.32 0 0.00 202.67 0.99 0.57
Hex 25 AC FE 55 20 0 0 CB 63 39
Octal 45 254 376 125 40 0 0 313 143 71
Binary 100101 10101100 11111110 1010101 100000 0 0 11001011 1100011 111001

Color Harmonies of #25ACFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25ACFE

Black with #25ACFE

Text Example


Text Example

White with #25ACFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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