Html Css Color HEX #2C02BB Medium Blue

📋 copy color: '#2C02BB'

red 44 ◦ green 2 ◦ blue 187

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

Shades of Medium Blue #2C02BB

Tints of Medium Blue #2C02BB

RGB

 RED value IS 44 (17.58% from 255) = 18.88%

 GREEN value IS 2 (1.17% from 255) = 0.86%

 BLUE value IS 187 (73.44% from 255) = 80.26%

R = 18.88%
G = 0.86%
B = 80.26%

CMYK

 C value IS 0.76

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2C02BB (or 0x2C02BB) is known color: Medium Blue. HEX triplet: 2C, 02 and BB. RGB value is (44,2,187). Sum of RGB (Red+Green+Blue) = 44+2+187=233 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.88% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 187 (73.44% from 255 or 80.26% from 233); Max value from RGB is 187 - color contains mainly: blue. Hex color #2C02BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C02BB is #D3FD44. Grayscale: #222222. Windows color (decimal): -13892933 or 12255788. OLE color: 12255788.

HSL color Cylindrical-coordinate representation of color #2C02BB: hue angle of 253.62º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2C02BB is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 44 2 187 -
CMYK 0.76 0.99 0 0.27
HSL 253.62º 0.98% 0.37% -
HSV(B) 253.62º 0.99% 0.73% -
XYZ 10.03 4.17 47.29 -
YUV 35.65 213.41 133.96 -
System Red Green Blue C M Y K H S L
Decimal 44 2 187 0.76 0.99 0 0.27 253.62 0.98 0.37
Hex 2C 2 BB 4C 63 0 1B FE 62 25
Octal 54 2 273 114 143 0 33 376 142 45
Binary 101100 10 10111011 1001100 1100011 0 11011 11111110 1100010 100101

Color Harmonies of #2C02BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C02BB

Black with #2C02BB

Text Example


Text Example

White with #2C02BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,2,187); }

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

background-color css

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

 a { background-color: rgb(44,2,187); }

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

border-color css

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

 span { border-color: rgb(44,2,187); }

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