Html Css Color HEX #020ACD Medium Blue

📋 copy color: '#020ACD'

red 2 ◦ green 10 ◦ blue 205

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

Shades of Medium Blue #020ACD

Tints of Medium Blue #020ACD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.61%

 BLUE value IS 205 (80.47% from 255) = 94.47%

R = 0.92%
G = 4.61%
B = 94.47%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#020ACD (or 0x020ACD) is known color: Medium Blue. HEX triplet: 02, 0A and CD. RGB value is (2,10,205). Sum of RGB (Red+Green+Blue) = 2+10+205=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 205 (80.47% from 255 or 94.47% from 217); Max value from RGB is 205 - color contains mainly: blue. Hex color #020ACD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020ACD is #FDF532. Grayscale: #1D1D1D. Windows color (decimal): -16643379 or 13437442. OLE color: 13437442.

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

Color convert

RGB 2 10 205 -
CMYK 0.99 0.95 0 0.20
HSL 237.64º 0.98% 0.41% -
HSV(B) 237.64º 0.99% 0.8% -
XYZ 11.15 4.64 58.06 -
YUV 29.84 226.85 108.14 -
System Red Green Blue C M Y K H S L
Decimal 2 10 205 0.99 0.95 0 0.20 237.64 0.98 0.41
Hex 2 A CD 63 5F 0 14 EE 62 29
Octal 2 12 315 143 137 0 24 356 142 51
Binary 10 1010 11001101 1100011 1011111 0 10100 11101110 1100010 101001

Color Harmonies of #020ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020ACD

Black with #020ACD

Text Example


Text Example

White with #020ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,10,205); }

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

background-color css

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

 a { background-color: rgb(2,10,205); }

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

border-color css

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

 span { border-color: rgb(2,10,205); }

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