Html Css Color HEX #25ABFB Dodger Blue

📋 copy color: '#25ABFB'

red 37 ◦ green 171 ◦ blue 251

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

Shades of Dodger Blue #25ABFB

Tints of Dodger Blue #25ABFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.68%

R = 8.06%
G = 37.25%
B = 54.68%

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

#25ABFB (or 0x25ABFB) is known color: Dodger Blue. HEX triplet: 25, AB and FB. RGB value is (37,171,251). Sum of RGB (Red+Green+Blue) = 37+171+251=459 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.06% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #25ABFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #25ABFB is #DA5404. Grayscale: #8B8B8B. Windows color (decimal): -14308357 or 16493349. OLE color: 16493349.

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

Color convert

RGB 37 171 251 -
CMYK 0.85 0.32 0 0.02
HSL 202.43º 0.96% 0.56% -
HSV(B) 202.43º 0.85% 0.98% -
XYZ 32.74 36.48 96.58 -
YUV 140.05 190.61 54.5 -
System Red Green Blue C M Y K H S L
Decimal 37 171 251 0.85 0.32 0 0.02 202.43 0.96 0.56
Hex 25 AB FB 55 20 0 2 CA 60 38
Octal 45 253 373 125 40 0 2 312 140 70
Binary 100101 10101011 11111011 1010101 100000 0 10 11001010 1100000 111000

Color Harmonies of #25ABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25ABFB

Black with #25ABFB

Text Example


Text Example

White with #25ABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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