Html Css Color HEX #2425FD Blue

📋 copy color: '#2425FD'

red 36 ◦ green 37 ◦ blue 253

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

Shades of Blue #2425FD

Tints of Blue #2425FD

RGB

 RED value IS 36 (14.45% from 255) = 11.04%

 GREEN value IS 37 (14.84% from 255) = 11.35%

 BLUE value IS 253 (99.22% from 255) = 77.61%

R = 11.04%
G = 11.35%
B = 77.61%

CMYK

 C value IS 0.86

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2425FD (or 0x2425FD) is known color: Blue. HEX triplet: 24, 25 and FD. RGB value is (36,37,253). Sum of RGB (Red+Green+Blue) = 36+37+253=326 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.04% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 253 (99.22% from 255 or 77.61% from 326); Max value from RGB is 253 - color contains mainly: blue. Hex color #2425FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2425FD is #DBDA02. Grayscale: #3C3C3C. Windows color (decimal): -14408195 or 16590116. OLE color: 16590116.

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

Color convert

RGB 36 37 253 -
CMYK 0.86 0.85 0 0.01
HSL 239.72º 0.98% 0.57% -
HSV(B) 239.72º 0.86% 0.99% -
XYZ 19.12 8.79 93.62 -
YUV 61.33 236.17 109.94 -
System Red Green Blue C M Y K H S L
Decimal 36 37 253 0.86 0.85 0 0.01 239.72 0.98 0.57
Hex 24 25 FD 56 55 0 1 F0 62 39
Octal 44 45 375 126 125 0 1 360 142 71
Binary 100100 100101 11111101 1010110 1010101 0 1 11110000 1100010 111001

Color Harmonies of #2425FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2425FD

Black with #2425FD

Text Example


Text Example

White with #2425FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2425FD; }

 p { color: rgb(36,37,253); }

 H1.HeaderClassName
 {
   color: #2425FD;
 }
 .AnyTagClassName
 {
   color: #2425FD;
 }
</style>

background-color css

<style>
 a { background-color: #2425FD; }

 a { background-color: rgb(36,37,253); }

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

border-color css

<style>
 span { border-color: #2425FD; }

 span { border-color: rgb(36,37,253); }

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