Html Css Color HEX #020CDD Medium Blue

📋 copy color: '#020CDD'

red 2 ◦ green 12 ◦ blue 221

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

Shades of Medium Blue #020CDD

Tints of Medium Blue #020CDD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.11%

 BLUE value IS 221 (86.72% from 255) = 94.04%

R = 0.85%
G = 5.11%
B = 94.04%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#020CDD (or 0x020CDD) is known color: Medium Blue. HEX triplet: 02, 0C and DD. RGB value is (2,12,221). Sum of RGB (Red+Green+Blue) = 2+12+221=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 221 (86.72% from 255 or 94.04% from 235); Max value from RGB is 221 - color contains mainly: blue. Hex color #020CDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020CDD is #FDF322. Grayscale: #1F1F1F. Windows color (decimal): -16642851 or 14486530. OLE color: 14486530.

HSL color Cylindrical-coordinate representation of color #020CDD: hue angle of 237.26º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020CDD is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 12 221 -
CMYK 0.99 0.95 0 0.13
HSL 237.26º 0.98% 0.44% -
HSV(B) 237.26º 0.99% 0.87% -
XYZ 13.21 5.5 68.77 -
YUV 32.84 234.19 106.01 -
System Red Green Blue C M Y K H S L
Decimal 2 12 221 0.99 0.95 0 0.13 237.26 0.98 0.44
Hex 2 C DD 63 5F 0 D ED 62 2C
Octal 2 14 335 143 137 0 15 355 142 54
Binary 10 1100 11011101 1100011 1011111 0 1101 11101101 1100010 101100

Color Harmonies of #020CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020CDD

Black with #020CDD

Text Example


Text Example

White with #020CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,12,221); }

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

background-color css

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

 a { background-color: rgb(2,12,221); }

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

border-color css

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

 span { border-color: rgb(2,12,221); }

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