Html Css Color HEX #25A7FF Dodger Blue

📋 copy color: '#25A7FF'

red 37 ◦ green 167 ◦ blue 255

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

Shades of Dodger Blue #25A7FF

Tints of Dodger Blue #25A7FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.56%

R = 8.06%
G = 36.38%
B = 55.56%

CMYK

 C value IS 0.85

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#25A7FF (or 0x25A7FF) is known color: Dodger Blue. HEX triplet: 25, A7 and FF. RGB value is (37,167,255). Sum of RGB (Red+Green+Blue) = 37+167+255=459 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.06% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #25A7FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #25A7FF is #DA5800. Grayscale: #898989. Windows color (decimal): -14309377 or 16754469. OLE color: 16754469.

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

Color convert

RGB 37 167 255 -
CMYK 0.85 0.35 0 0
HSL 204.22º 1% 0.57% -
HSV(B) 204.22º 0.85% 1% -
XYZ 32.63 35.25 99.69 -
YUV 138.16 193.93 55.84 -
System Red Green Blue C M Y K H S L
Decimal 37 167 255 0.85 0.35 0 0 204.22 1 0.57
Hex 25 A7 FF 55 23 0 0 CC 64 39
Octal 45 247 377 125 43 0 0 314 144 71
Binary 100101 10100111 11111111 1010101 100011 0 0 11001100 1100100 111001

Color Harmonies of #25A7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25A7FF

Black with #25A7FF

Text Example


Text Example

White with #25A7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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