Html Css Color HEX #2F0CBE Medium Blue

📋 copy color: '#2F0CBE'

red 47 ◦ green 12 ◦ blue 190

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

Shades of Medium Blue #2F0CBE

Tints of Medium Blue #2F0CBE

RGB

 RED value IS 47 (18.75% from 255) = 18.88%

 GREEN value IS 12 (5.08% from 255) = 4.82%

 BLUE value IS 190 (74.61% from 255) = 76.31%

R = 18.88%
G = 4.82%
B = 76.31%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2F0CBE (or 0x2F0CBE) is known color: Medium Blue. HEX triplet: 2F, 0C and BE. RGB value is (47,12,190). Sum of RGB (Red+Green+Blue) = 47+12+190=249 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.88% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 190 (74.61% from 255 or 76.31% from 249); Max value from RGB is 190 - color contains mainly: blue. Hex color #2F0CBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F0CBE is #D0F341. Grayscale: #2A2A2A. Windows color (decimal): -13693762 or 12454959. OLE color: 12454959.

HSL color Cylindrical-coordinate representation of color #2F0CBE: hue angle of 251.8º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F0CBE is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 47 12 190 -
CMYK 0.75 0.94 0 0.25
HSL 251.8º 0.88% 0.4% -
HSV(B) 251.8º 0.94% 0.75% -
XYZ 10.6 4.58 49.04 -
YUV 42.76 211.1 131.03 -
System Red Green Blue C M Y K H S L
Decimal 47 12 190 0.75 0.94 0 0.25 251.8 0.88 0.4
Hex 2F C BE 4B 5E 0 19 FC 58 28
Octal 57 14 276 113 136 0 31 374 130 50
Binary 101111 1100 10111110 1001011 1011110 0 11001 11111100 1011000 101000

Color Harmonies of #2F0CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0CBE

Black with #2F0CBE

Text Example


Text Example

White with #2F0CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,12,190); }

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

background-color css

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

 a { background-color: rgb(47,12,190); }

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

border-color css

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

 span { border-color: rgb(47,12,190); }

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