Html Css Color HEX #2F0BCE Medium Blue

📋 copy color: '#2F0BCE'

red 47 ◦ green 11 ◦ blue 206

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

Shades of Medium Blue #2F0BCE

Tints of Medium Blue #2F0BCE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.17%

 BLUE value IS 206 (80.86% from 255) = 78.03%

R = 17.8%
G = 4.17%
B = 78.03%

CMYK

 C value IS 0.77

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2F0BCE (or 0x2F0BCE) is known color: Medium Blue. HEX triplet: 2F, 0B and CE. RGB value is (47,11,206). Sum of RGB (Red+Green+Blue) = 47+11+206=264 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.80% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 206 (80.86% from 255 or 78.03% from 264); Max value from RGB is 206 - color contains mainly: blue. Hex color #2F0BCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F0BCE is #D0F431. Grayscale: #2B2B2B. Windows color (decimal): -13694002 or 13503279. OLE color: 13503279.

HSL color Cylindrical-coordinate representation of color #2F0BCE: hue angle of 251.08º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F0BCE is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 47 11 206 -
CMYK 0.77 0.95 0 0.19
HSL 251.08º 0.9% 0.43% -
HSV(B) 251.08º 0.95% 0.81% -
XYZ 12.43 5.3 58.76 -
YUV 43.99 219.43 130.14 -
System Red Green Blue C M Y K H S L
Decimal 47 11 206 0.77 0.95 0 0.19 251.08 0.9 0.43
Hex 2F B CE 4D 5F 0 13 FB 5A 2B
Octal 57 13 316 115 137 0 23 373 132 53
Binary 101111 1011 11001110 1001101 1011111 0 10011 11111011 1011010 101011

Color Harmonies of #2F0BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0BCE

Black with #2F0BCE

Text Example


Text Example

White with #2F0BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,11,206); }

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

background-color css

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

 a { background-color: rgb(47,11,206); }

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

border-color css

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

 span { border-color: rgb(47,11,206); }

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