Html Css Color HEX #2D0ACE Medium Blue

📋 copy color: '#2D0ACE'

red 45 ◦ green 10 ◦ blue 206

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

Shades of Medium Blue #2D0ACE

Tints of Medium Blue #2D0ACE

RGB

 RED value IS 45 (17.97% from 255) = 17.24%

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

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

R = 17.24%
G = 3.83%
B = 78.93%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2D0ACE (or 0x2D0ACE) is known color: Medium Blue. HEX triplet: 2D, 0A and CE. RGB value is (45,10,206). Sum of RGB (Red+Green+Blue) = 45+10+206=261 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.24% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 206 (80.86% from 255 or 78.93% from 261); Max value from RGB is 206 - color contains mainly: blue. Hex color #2D0ACE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D0ACE is #D2F531. Grayscale: #2A2A2A. Windows color (decimal): -13825330 or 13503021. OLE color: 13503021.

HSL color Cylindrical-coordinate representation of color #2D0ACE: hue angle of 250.71º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2D0ACE is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 45 10 206 -
CMYK 0.78 0.95 0 0.19
HSL 250.71º 0.91% 0.42% -
HSV(B) 250.71º 0.95% 0.81% -
XYZ 12.33 5.23 58.75 -
YUV 42.81 220.1 129.56 -
System Red Green Blue C M Y K H S L
Decimal 45 10 206 0.78 0.95 0 0.19 250.71 0.91 0.42
Hex 2D A CE 4E 5F 0 13 FB 5B 2A
Octal 55 12 316 116 137 0 23 373 133 52
Binary 101101 1010 11001110 1001110 1011111 0 10011 11111011 1011011 101010

Color Harmonies of #2D0ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0ACE

Black with #2D0ACE

Text Example


Text Example

White with #2D0ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D0ACE; }

 p { color: rgb(45,10,206); }

 H1.HeaderClassName
 {
   color: #2D0ACE;
 }
 .AnyTagClassName
 {
   color: #2D0ACE;
 }
</style>

background-color css

<style>
 a { background-color: #2D0ACE; }

 a { background-color: rgb(45,10,206); }

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

border-color css

<style>
 span { border-color: #2D0ACE; }

 span { border-color: rgb(45,10,206); }

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