Html Css Color HEX #2D09DC Medium Blue

📋 copy color: '#2D09DC'

red 45 ◦ green 9 ◦ blue 220

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

Shades of Medium Blue #2D09DC

Tints of Medium Blue #2D09DC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.28%

 BLUE value IS 220 (86.33% from 255) = 80.29%

R = 16.42%
G = 3.28%
B = 80.29%

CMYK

 C value IS 0.80

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2D09DC (or 0x2D09DC) is known color: Medium Blue. HEX triplet: 2D, 09 and DC. RGB value is (45,9,220). Sum of RGB (Red+Green+Blue) = 45+9+220=274 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.42% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 220 (86.33% from 255 or 80.29% from 274); Max value from RGB is 220 - color contains mainly: blue. Hex color #2D09DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D09DC is #D2F623. Grayscale: #2B2B2B. Windows color (decimal): -13825572 or 14420269. OLE color: 14420269.

HSL color Cylindrical-coordinate representation of color #2D09DC: hue angle of 250.24º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D09DC is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 45 9 220 -
CMYK 0.80 0.96 0 0.14
HSL 250.24º 0.92% 0.45% -
HSV(B) 250.24º 0.96% 0.86% -
XYZ 14.1 5.92 68.11 -
YUV 43.82 227.43 128.84 -
System Red Green Blue C M Y K H S L
Decimal 45 9 220 0.80 0.96 0 0.14 250.24 0.92 0.45
Hex 2D 9 DC 50 60 0 E FA 5C 2D
Octal 55 11 334 120 140 0 16 372 134 55
Binary 101101 1001 11011100 1010000 1100000 0 1110 11111010 1011100 101101

Color Harmonies of #2D09DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D09DC

Black with #2D09DC

Text Example


Text Example

White with #2D09DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,9,220); }

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

background-color css

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

 a { background-color: rgb(45,9,220); }

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

border-color css

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

 span { border-color: rgb(45,9,220); }

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