Html Css Color HEX #020DC4 Medium Blue

📋 copy color: '#020DC4'

red 2 ◦ green 13 ◦ blue 196

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

Shades of Medium Blue #020DC4

Tints of Medium Blue #020DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 92.89%

R = 0.95%
G = 6.16%
B = 92.89%

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

#020DC4 (or 0x020DC4) is known color: Medium Blue. HEX triplet: 02, 0D and C4. RGB value is (2,13,196). Sum of RGB (Red+Green+Blue) = 2+13+196=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 13 (5.47% from 255 or 6.16% from 211); Blue value is 196 (76.95% from 255 or 92.89% from 211); Max value from RGB is 196 - color contains mainly: blue. Hex color #020DC4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020DC4 is #FDF23B. Grayscale: #1D1D1D. Windows color (decimal): -16642620 or 12848386. OLE color: 12848386.

HSL color Cylindrical-coordinate representation of color #020DC4: hue angle of 236.6º 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 #020DC4 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 2 13 196 -
CMYK 0.99 0.93 0 0.23
HSL 236.6º 0.98% 0.39% -
HSV(B) 236.6º 0.99% 0.77% -
XYZ 10.13 4.29 52.52 -
YUV 30.57 221.36 107.62 -
System Red Green Blue C M Y K H S L
Decimal 2 13 196 0.99 0.93 0 0.23 236.6 0.98 0.39
Hex 2 D C4 63 5D 0 17 ED 62 27
Octal 2 15 304 143 135 0 27 355 142 47
Binary 10 1101 11000100 1100011 1011101 0 10111 11101101 1100010 100111

Color Harmonies of #020DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020DC4

Black with #020DC4

Text Example


Text Example

White with #020DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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