Html Css Color HEX #2B00CD Medium Blue

📋 copy color: '#2B00CD'

red 43 ◦ green 0 ◦ blue 205

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

Shades of Medium Blue #2B00CD

Tints of Medium Blue #2B00CD

RGB

 RED value IS 43 (17.19% from 255) = 17.34%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 17.34%
G = 0%
B = 82.66%

CMYK

 C value IS 0.79

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2B00CD (or 0x2B00CD) is known color: Medium Blue. HEX triplet: 2B, 00 and CD. RGB value is (43,0,205). Sum of RGB (Red+Green+Blue) = 43+0+205=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 205 (80.47% from 255 or 82.66% from 248); Max value from RGB is 205 - color contains mainly: blue. Hex color #2B00CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B00CD is #D4FF32. Grayscale: #232323. Windows color (decimal): -13958963 or 13434923. OLE color: 13434923.

HSL color Cylindrical-coordinate representation of color #2B00CD: hue angle of 252.59º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B00CD is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 43 0 205 -
CMYK 0.79 1 0 0.20
HSL 252.59º 1% 0.4% -
HSV(B) 252.59º 1% 0.8% -
XYZ 12.02 4.92 58.07 -
YUV 36.23 223.25 132.83 -
System Red Green Blue C M Y K H S L
Decimal 43 0 205 0.79 1 0 0.20 252.59 1 0.4
Hex 2B 0 CD 4F 64 0 14 FD 64 28
Octal 53 0 315 117 144 0 24 375 144 50
Binary 101011 0 11001101 1001111 1100100 0 10100 11111101 1100100 101000

Color Harmonies of #2B00CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B00CD

Black with #2B00CD

Text Example


Text Example

White with #2B00CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,0,205); }

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

background-color css

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

 a { background-color: rgb(43,0,205); }

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

border-color css

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

 span { border-color: rgb(43,0,205); }

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