Html Css Color HEX #25A7FE Dodger Blue

📋 copy color: '#25A7FE'

red 37 ◦ green 167 ◦ blue 254

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

Shades of Dodger Blue #25A7FE

Tints of Dodger Blue #25A7FE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.46%

 BLUE value IS 254 (99.61% from 255) = 55.46%

R = 8.08%
G = 36.46%
B = 55.46%

CMYK

 C value IS 0.85

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#25A7FE (or 0x25A7FE) is known color: Dodger Blue. HEX triplet: 25, A7 and FE. RGB value is (37,167,254). Sum of RGB (Red+Green+Blue) = 37+167+254=458 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.08% from 458); Green value is 167 (65.62% from 255 or 36.46% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #25A7FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #25A7FE is #DA5801. Grayscale: #898989. Windows color (decimal): -14309378 or 16688933. OLE color: 16688933.

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

Color convert

RGB 37 167 254 -
CMYK 0.85 0.34 0 0.00
HSL 204.06º 0.99% 0.57% -
HSV(B) 204.06º 0.85% 1% -
XYZ 32.47 35.19 98.85 -
YUV 138.05 193.43 55.93 -
System Red Green Blue C M Y K H S L
Decimal 37 167 254 0.85 0.34 0 0.00 204.06 0.99 0.57
Hex 25 A7 FE 55 22 0 0 CC 63 39
Octal 45 247 376 125 42 0 0 314 143 71
Binary 100101 10100111 11111110 1010101 100010 0 0 11001100 1100011 111001

Color Harmonies of #25A7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25A7FE

Black with #25A7FE

Text Example


Text Example

White with #25A7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,167,254); }

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

background-color css

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

 a { background-color: rgb(37,167,254); }

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

border-color css

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

 span { border-color: rgb(37,167,254); }

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