Html Css Color HEX #2020FD Blue

📋 copy color: '#2020FD'

red 32 ◦ green 32 ◦ blue 253

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

Shades of Blue #2020FD

Tints of Blue #2020FD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.09%

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

R = 10.09%
G = 10.09%
B = 79.81%

CMYK

 C value IS 0.87

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2020FD (or 0x2020FD) is known color: Blue. HEX triplet: 20, 20 and FD. RGB value is (32,32,253). Sum of RGB (Red+Green+Blue) = 32+32+253=317 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.09% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 253 (99.22% from 255 or 79.81% from 317); Max value from RGB is 253 - color contains mainly: blue. Hex color #2020FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2020FD is #DFDF02. Grayscale: #383838. Windows color (decimal): -14671619 or 16588832. OLE color: 16588832.

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

Color convert

RGB 32 32 253 -
CMYK 0.87 0.87 0 0.01
HSL 240º 0.98% 0.56% -
HSV(B) 240º 0.87% 0.99% -
XYZ 18.84 8.43 93.56 -
YUV 57.19 238.5 110.03 -
System Red Green Blue C M Y K H S L
Decimal 32 32 253 0.87 0.87 0 0.01 240 0.98 0.56
Hex 20 20 FD 57 57 0 1 F0 62 38
Octal 40 40 375 127 127 0 1 360 142 70
Binary 100000 100000 11111101 1010111 1010111 0 1 11110000 1100010 111000

Color Harmonies of #2020FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2020FD

Black with #2020FD

Text Example


Text Example

White with #2020FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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