Html Css Color HEX #020DCE Medium Blue

📋 copy color: '#020DCE'

red 2 ◦ green 13 ◦ blue 206

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

Shades of Medium Blue #020DCE

Tints of Medium Blue #020DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 93.21%

R = 0.9%
G = 5.88%
B = 93.21%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#020DCE (or 0x020DCE) is known color: Medium Blue. HEX triplet: 02, 0D and CE. RGB value is (2,13,206). Sum of RGB (Red+Green+Blue) = 2+13+206=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 13 (5.47% from 255 or 5.88% from 221); Blue value is 206 (80.86% from 255 or 93.21% from 221); Max value from RGB is 206 - color contains mainly: blue. Hex color #020DCE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020DCE is #FDF231. Grayscale: #1E1E1E. Windows color (decimal): -16642610 or 13503746. OLE color: 13503746.

HSL color Cylindrical-coordinate representation of color #020DCE: hue angle of 236.76º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020DCE is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 13 206 -
CMYK 0.99 0.94 0 0.19
HSL 236.76º 0.98% 0.41% -
HSV(B) 236.76º 0.99% 0.81% -
XYZ 11.31 4.76 58.71 -
YUV 31.71 226.36 106.81 -
System Red Green Blue C M Y K H S L
Decimal 2 13 206 0.99 0.94 0 0.19 236.76 0.98 0.41
Hex 2 D CE 63 5E 0 13 ED 62 29
Octal 2 15 316 143 136 0 23 355 142 51
Binary 10 1101 11001110 1100011 1011110 0 10011 11101101 1100010 101001

Color Harmonies of #020DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020DCE

Black with #020DCE

Text Example


Text Example

White with #020DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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