Html Css Color HEX #25ABFA Dodger Blue

📋 copy color: '#25ABFA'

red 37 ◦ green 171 ◦ blue 250

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

Shades of Dodger Blue #25ABFA

Tints of Dodger Blue #25ABFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.59%

R = 8.08%
G = 37.34%
B = 54.59%

CMYK

 C value IS 0.85

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#25ABFA (or 0x25ABFA) is known color: Dodger Blue. HEX triplet: 25, AB and FA. RGB value is (37,171,250). Sum of RGB (Red+Green+Blue) = 37+171+250=458 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.08% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #25ABFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #25ABFA is #DA5405. Grayscale: #8B8B8B. Windows color (decimal): -14308358 or 16427813. OLE color: 16427813.

HSL color Cylindrical-coordinate representation of color #25ABFA: hue angle of 202.25º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25ABFA is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 37 171 250 -
CMYK 0.85 0.32 0 0.02
HSL 202.25º 0.96% 0.56% -
HSV(B) 202.25º 0.85% 0.98% -
XYZ 32.58 36.42 95.76 -
YUV 139.94 190.11 54.58 -
System Red Green Blue C M Y K H S L
Decimal 37 171 250 0.85 0.32 0 0.02 202.25 0.96 0.56
Hex 25 AB FA 55 20 0 2 CA 60 38
Octal 45 253 372 125 40 0 2 312 140 70
Binary 100101 10101011 11111010 1010101 100000 0 10 11001010 1100000 111000

Color Harmonies of #25ABFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25ABFA

Black with #25ABFA

Text Example


Text Example

White with #25ABFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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