Html Css Color HEX #25ABFF Dodger Blue

📋 copy color: '#25ABFF'

red 37 ◦ green 171 ◦ blue 255

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

Shades of Dodger Blue #25ABFF

Tints of Dodger Blue #25ABFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.08%

R = 7.99%
G = 36.93%
B = 55.08%

CMYK

 C value IS 0.85

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#25ABFF (or 0x25ABFF) is known color: Dodger Blue. HEX triplet: 25, AB and FF. RGB value is (37,171,255). Sum of RGB (Red+Green+Blue) = 37+171+255=463 (61% of max value = 765). Red value is 37 (14.84% from 255 or 7.99% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #25ABFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #25ABFF is #DA5400. Grayscale: #8C8C8C. Windows color (decimal): -14308353 or 16755493. OLE color: 16755493.

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

Color convert

RGB 37 171 255 -
CMYK 0.85 0.33 0 0
HSL 203.12º 1% 0.57% -
HSV(B) 203.12º 0.85% 1% -
XYZ 33.38 36.74 99.94 -
YUV 140.51 192.61 54.17 -
System Red Green Blue C M Y K H S L
Decimal 37 171 255 0.85 0.33 0 0 203.12 1 0.57
Hex 25 AB FF 55 21 0 0 CB 64 39
Octal 45 253 377 125 41 0 0 313 144 71
Binary 100101 10101011 11111111 1010101 100001 0 0 11001011 1100100 111001

Color Harmonies of #25ABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25ABFF

Black with #25ABFF

Text Example


Text Example

White with #25ABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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