Html Css Color HEX #2F0BCD Medium Blue

📋 copy color: '#2F0BCD'

red 47 ◦ green 11 ◦ blue 205

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

Shades of Medium Blue #2F0BCD

Tints of Medium Blue #2F0BCD

RGB

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

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

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

R = 17.87%
G = 4.18%
B = 77.95%

CMYK

 C value IS 0.77

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2F0BCD (or 0x2F0BCD) is known color: Medium Blue. HEX triplet: 2F, 0B and CD. RGB value is (47,11,205). Sum of RGB (Red+Green+Blue) = 47+11+205=263 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.87% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 205 (80.47% from 255 or 77.95% from 263); Max value from RGB is 205 - color contains mainly: blue. Hex color #2F0BCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F0BCD is #D0F432. Grayscale: #2B2B2B. Windows color (decimal): -13694003 or 13437743. OLE color: 13437743.

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

Color convert

RGB 47 11 205 -
CMYK 0.77 0.95 0 0.20
HSL 251.13º 0.9% 0.42% -
HSV(B) 251.13º 0.95% 0.8% -
XYZ 12.31 5.25 58.12 -
YUV 43.88 218.93 130.23 -
System Red Green Blue C M Y K H S L
Decimal 47 11 205 0.77 0.95 0 0.20 251.13 0.9 0.42
Hex 2F B CD 4D 5F 0 14 FB 5A 2A
Octal 57 13 315 115 137 0 24 373 132 52
Binary 101111 1011 11001101 1001101 1011111 0 10100 11111011 1011010 101010

Color Harmonies of #2F0BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0BCD

Black with #2F0BCD

Text Example


Text Example

White with #2F0BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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