Html Css Color HEX #020DC5 Medium Blue

📋 copy color: '#020DC5'

red 2 ◦ green 13 ◦ blue 197

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

Shades of Medium Blue #020DC5

Tints of Medium Blue #020DC5

RGB

 RED value IS 2 (1.17% from 255) = 0.94%

 GREEN value IS 13 (5.47% from 255) = 6.13%

 BLUE value IS 197 (77.34% from 255) = 92.92%

R = 0.94%
G = 6.13%
B = 92.92%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#020DC5 (or 0x020DC5) is known color: Medium Blue. HEX triplet: 02, 0D and C5. RGB value is (2,13,197). Sum of RGB (Red+Green+Blue) = 2+13+197=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 13 (5.47% from 255 or 6.13% from 212); Blue value is 197 (77.34% from 255 or 92.92% from 212); Max value from RGB is 197 - color contains mainly: blue. Hex color #020DC5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020DC5 is #FDF23A. Grayscale: #1D1D1D. Windows color (decimal): -16642619 or 12913922. OLE color: 12913922.

HSL color Cylindrical-coordinate representation of color #020DC5: hue angle of 236.62º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020DC5 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 2 13 197 -
CMYK 0.99 0.93 0 0.23
HSL 236.62º 0.98% 0.39% -
HSV(B) 236.62º 0.99% 0.77% -
XYZ 10.25 4.33 53.12 -
YUV 30.69 221.86 107.54 -
System Red Green Blue C M Y K H S L
Decimal 2 13 197 0.99 0.93 0 0.23 236.62 0.98 0.39
Hex 2 D C5 63 5D 0 17 ED 62 27
Octal 2 15 305 143 135 0 27 355 142 47
Binary 10 1101 11000101 1100011 1011101 0 10111 11101101 1100010 100111

Color Harmonies of #020DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020DC5

Black with #020DC5

Text Example


Text Example

White with #020DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020DC5; }

 p { color: rgb(2,13,197); }

 H1.HeaderClassName
 {
   color: #020DC5;
 }
 .AnyTagClassName
 {
   color: #020DC5;
 }
</style>

background-color css

<style>
 a { background-color: #020DC5; }

 a { background-color: rgb(2,13,197); }

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

border-color css

<style>
 span { border-color: #020DC5; }

 span { border-color: rgb(2,13,197); }

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