Html Css Color HEX #25ABFE Dodger Blue

📋 copy color: '#25ABFE'

red 37 ◦ green 171 ◦ blue 254

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

Shades of Dodger Blue #25ABFE

Tints of Dodger Blue #25ABFE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.01%

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

R = 8.01%
G = 37.01%
B = 54.98%

CMYK

 C value IS 0.85

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#25ABFE (or 0x25ABFE) is known color: Dodger Blue. HEX triplet: 25, AB and FE. RGB value is (37,171,254). Sum of RGB (Red+Green+Blue) = 37+171+254=462 (61% of max value = 765). Red value is 37 (14.84% from 255 or 8.01% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #25ABFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #25ABFE is #DA5401. Grayscale: #8B8B8B. Windows color (decimal): -14308354 or 16689957. OLE color: 16689957.

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

Color convert

RGB 37 171 254 -
CMYK 0.85 0.33 0 0.00
HSL 202.95º 0.99% 0.57% -
HSV(B) 202.95º 0.85% 1% -
XYZ 33.22 36.67 99.09 -
YUV 140.4 192.11 54.25 -
System Red Green Blue C M Y K H S L
Decimal 37 171 254 0.85 0.33 0 0.00 202.95 0.99 0.57
Hex 25 AB FE 55 21 0 0 CB 63 39
Octal 45 253 376 125 41 0 0 313 143 71
Binary 100101 10101011 11111110 1010101 100001 0 0 11001011 1100011 111001

Color Harmonies of #25ABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25ABFE

Black with #25ABFE

Text Example


Text Example

White with #25ABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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