Html Css Color HEX #25ABFC Dodger Blue

📋 copy color: '#25ABFC'

red 37 ◦ green 171 ◦ blue 252

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

Shades of Dodger Blue #25ABFC

Tints of Dodger Blue #25ABFC

RGB

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

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

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

R = 8.04%
G = 37.17%
B = 54.78%

CMYK

 C value IS 0.85

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#25ABFC (or 0x25ABFC) is known color: Dodger Blue. HEX triplet: 25, AB and FC. RGB value is (37,171,252). Sum of RGB (Red+Green+Blue) = 37+171+252=460 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.04% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #25ABFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #25ABFC is #DA5403. Grayscale: #8B8B8B. Windows color (decimal): -14308356 or 16558885. OLE color: 16558885.

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

Color convert

RGB 37 171 252 -
CMYK 0.85 0.32 0 0.01
HSL 202.6º 0.97% 0.57% -
HSV(B) 202.6º 0.85% 0.99% -
XYZ 32.9 36.55 97.42 -
YUV 140.17 191.11 54.41 -
System Red Green Blue C M Y K H S L
Decimal 37 171 252 0.85 0.32 0 0.01 202.6 0.97 0.57
Hex 25 AB FC 55 20 0 1 CB 61 39
Octal 45 253 374 125 40 0 1 313 141 71
Binary 100101 10101011 11111100 1010101 100000 0 1 11001011 1100001 111001

Color Harmonies of #25ABFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25ABFC

Black with #25ABFC

Text Example


Text Example

White with #25ABFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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