Html Css Color HEX #25B0FC Dodger Blue

📋 copy color: '#25B0FC'

red 37 ◦ green 176 ◦ blue 252

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

Shades of Dodger Blue #25B0FC

Tints of Dodger Blue #25B0FC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.85%

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

R = 7.96%
G = 37.85%
B = 54.19%

CMYK

 C value IS 0.85

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#25B0FC (or 0x25B0FC) is known color: Dodger Blue. HEX triplet: 25, B0 and FC. RGB value is (37,176,252). Sum of RGB (Red+Green+Blue) = 37+176+252=465 (61% of max value = 765). Red value is 37 (14.84% from 255 or 7.96% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #25B0FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #25B0FC is #DA4F03. Grayscale: #8E8E8E. Windows color (decimal): -14307076 or 16560165. OLE color: 16560165.

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

Color convert

RGB 37 176 252 -
CMYK 0.85 0.30 0 0.01
HSL 201.21º 0.97% 0.57% -
HSV(B) 201.21º 0.85% 0.99% -
XYZ 33.86 38.47 97.74 -
YUV 143.1 189.45 52.32 -
System Red Green Blue C M Y K H S L
Decimal 37 176 252 0.85 0.30 0 0.01 201.21 0.97 0.57
Hex 25 B0 FC 55 1E 0 1 C9 61 39
Octal 45 260 374 125 36 0 1 311 141 71
Binary 100101 10110000 11111100 1010101 11110 0 1 11001001 1100001 111001

Color Harmonies of #25B0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25B0FC

Black with #25B0FC

Text Example


Text Example

White with #25B0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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