Html Css Color HEX #25AFFC Dodger Blue

📋 copy color: '#25AFFC'

red 37 ◦ green 175 ◦ blue 252

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

Shades of Dodger Blue #25AFFC

Tints of Dodger Blue #25AFFC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.72%

 BLUE value IS 252 (98.83% from 255) = 54.31%

R = 7.97%
G = 37.72%
B = 54.31%

CMYK

 C value IS 0.85

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#25AFFC (or 0x25AFFC) is known color: Dodger Blue. HEX triplet: 25, AF and FC. RGB value is (37,175,252). Sum of RGB (Red+Green+Blue) = 37+175+252=464 (61% of max value = 765). Red value is 37 (14.84% from 255 or 7.97% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #25AFFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #25AFFC is #DA5003. Grayscale: #8E8E8E. Windows color (decimal): -14307332 or 16559909. OLE color: 16559909.

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

Color convert

RGB 37 175 252 -
CMYK 0.85 0.31 0 0.01
HSL 201.49º 0.97% 0.57% -
HSV(B) 201.49º 0.85% 0.99% -
XYZ 33.66 38.08 97.67 -
YUV 142.52 189.78 52.74 -
System Red Green Blue C M Y K H S L
Decimal 37 175 252 0.85 0.31 0 0.01 201.49 0.97 0.57
Hex 25 AF FC 55 1F 0 1 C9 61 39
Octal 45 257 374 125 37 0 1 311 141 71
Binary 100101 10101111 11111100 1010101 11111 0 1 11001001 1100001 111001

Color Harmonies of #25AFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25AFFC

Black with #25AFFC

Text Example


Text Example

White with #25AFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,175,252); }

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

background-color css

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

 a { background-color: rgb(37,175,252); }

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

border-color css

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

 span { border-color: rgb(37,175,252); }

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