Html Css Color HEX #2C0FBB Medium Blue

📋 copy color: '#2C0FBB'

red 44 ◦ green 15 ◦ blue 187

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

Shades of Medium Blue #2C0FBB

Tints of Medium Blue #2C0FBB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.1%

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

R = 17.89%
G = 6.1%
B = 76.02%

CMYK

 C value IS 0.76

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2C0FBB (or 0x2C0FBB) is known color: Medium Blue. HEX triplet: 2C, 0F and BB. RGB value is (44,15,187). Sum of RGB (Red+Green+Blue) = 44+15+187=246 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.89% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 187 (73.44% from 255 or 76.02% from 246); Max value from RGB is 187 - color contains mainly: blue. Hex color #2C0FBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C0FBB is #D3F044. Grayscale: #2A2A2A. Windows color (decimal): -13889605 or 12259116. OLE color: 12259116.

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

Color convert

RGB 44 15 187 -
CMYK 0.76 0.92 0 0.27
HSL 250.12º 0.85% 0.4% -
HSV(B) 250.12º 0.92% 0.73% -
XYZ 10.18 4.46 47.34 -
YUV 43.28 209.11 128.51 -
System Red Green Blue C M Y K H S L
Decimal 44 15 187 0.76 0.92 0 0.27 250.12 0.85 0.4
Hex 2C F BB 4C 5C 0 1B FA 55 28
Octal 54 17 273 114 134 0 33 372 125 50
Binary 101100 1111 10111011 1001100 1011100 0 11011 11111010 1010101 101000

Color Harmonies of #2C0FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0FBB

Black with #2C0FBB

Text Example


Text Example

White with #2C0FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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