Html Css Color HEX #2004FD Blue

📋 copy color: '#2004FD'

red 32 ◦ green 4 ◦ blue 253

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

Shades of Blue #2004FD

Tints of Blue #2004FD

RGB

 RED value IS 32 (12.89% from 255) = 11.07%

 GREEN value IS 4 (1.95% from 255) = 1.38%

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

R = 11.07%
G = 1.38%
B = 87.54%

CMYK

 C value IS 0.87

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2004FD (or 0x2004FD) is known color: Blue. HEX triplet: 20, 04 and FD. RGB value is (32,4,253). Sum of RGB (Red+Green+Blue) = 32+4+253=289 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.07% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 253 (99.22% from 255 or 87.54% from 289); Max value from RGB is 253 - color contains mainly: blue. Hex color #2004FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2004FD is #DFFB02. Grayscale: #272727. Windows color (decimal): -14678787 or 16581664. OLE color: 16581664.

HSL color Cylindrical-coordinate representation of color #2004FD: hue angle of 246.75º 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 #2004FD is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 32 4 253 -
CMYK 0.87 0.98 0 0.01
HSL 246.75º 0.98% 0.5% -
HSV(B) 246.75º 0.98% 0.99% -
XYZ 18.37 7.49 93.41 -
YUV 40.76 247.78 121.75 -
System Red Green Blue C M Y K H S L
Decimal 32 4 253 0.87 0.98 0 0.01 246.75 0.98 0.5
Hex 20 4 FD 57 62 0 1 F7 62 32
Octal 40 4 375 127 142 0 1 367 142 62
Binary 100000 100 11111101 1010111 1100010 0 1 11110111 1100010 110010

Color Harmonies of #2004FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2004FD

Black with #2004FD

Text Example


Text Example

White with #2004FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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