Html Css Color HEX #0425FD Blue

📋 copy color: '#0425FD'

red 4 ◦ green 37 ◦ blue 253

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

Shades of Blue #0425FD

Tints of Blue #0425FD

RGB

 RED value IS 4 (1.95% from 255) = 1.36%

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

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

R = 1.36%
G = 12.59%
B = 86.05%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0425FD (or 0x0425FD) is known color: Blue. HEX triplet: 04, 25 and FD. RGB value is (4,37,253). Sum of RGB (Red+Green+Blue) = 4+37+253=294 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 253 (99.22% from 255 or 86.05% from 294); Max value from RGB is 253 - color contains mainly: blue. Hex color #0425FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0425FD is #FBDA02. Grayscale: #323232. Windows color (decimal): -16505347 or 16590084. OLE color: 16590084.

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

Color convert

RGB 4 37 253 -
CMYK 0.98 0.85 0 0.01
HSL 232.05º 0.98% 0.5% -
HSV(B) 232.05º 0.98% 0.99% -
XYZ 18.44 8.44 93.59 -
YUV 51.76 241.57 93.94 -
System Red Green Blue C M Y K H S L
Decimal 4 37 253 0.98 0.85 0 0.01 232.05 0.98 0.5
Hex 4 25 FD 62 55 0 1 E8 62 32
Octal 4 45 375 142 125 0 1 350 142 62
Binary 100 100101 11111101 1100010 1010101 0 1 11101000 1100010 110010

Color Harmonies of #0425FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0425FD

Black with #0425FD

Text Example


Text Example

White with #0425FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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