Html Css Color HEX #25A5F7 Dodger Blue

📋 copy color: '#25A5F7'

red 37 ◦ green 165 ◦ blue 247

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

Shades of Dodger Blue #25A5F7

Tints of Dodger Blue #25A5F7

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.75%

 BLUE value IS 247 (96.88% from 255) = 55.01%

R = 8.24%
G = 36.75%
B = 55.01%

CMYK

 C value IS 0.85

 M value IS 0.33

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#25A5F7 (or 0x25A5F7) is known color: Dodger Blue. HEX triplet: 25, A5 and F7. RGB value is (37,165,247). Sum of RGB (Red+Green+Blue) = 37+165+247=449 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.24% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 247 (96.88% from 255 or 55.01% from 449); Max value from RGB is 247 - color contains mainly: blue. Hex color #25A5F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #25A5F7 is #DA5A08. Grayscale: #878787. Windows color (decimal): -14309897 or 16229669. OLE color: 16229669.

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

Color convert

RGB 37 165 247 -
CMYK 0.85 0.33 0 0.03
HSL 203.43º 0.93% 0.56% -
HSV(B) 203.43º 0.85% 0.97% -
XYZ 31.01 34.02 92.93 -
YUV 136.08 190.59 57.33 -
System Red Green Blue C M Y K H S L
Decimal 37 165 247 0.85 0.33 0 0.03 203.43 0.93 0.56
Hex 25 A5 F7 55 21 0 3 CB 5D 38
Octal 45 245 367 125 41 0 3 313 135 70
Binary 100101 10100101 11110111 1010101 100001 0 11 11001011 1011101 111000

Color Harmonies of #25A5F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25A5F7

Black with #25A5F7

Text Example


Text Example

White with #25A5F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,165,247); }

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

background-color css

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

 a { background-color: rgb(37,165,247); }

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

border-color css

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

 span { border-color: rgb(37,165,247); }

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