Html Css Color HEX #2F00CE Medium Blue

📋 copy color: '#2F00CE'

red 47 ◦ green 0 ◦ blue 206

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

Shades of Medium Blue #2F00CE

Tints of Medium Blue #2F00CE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 18.58%
G = 0%
B = 81.42%

CMYK

 C value IS 0.77

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2F00CE (or 0x2F00CE) is known color: Medium Blue. HEX triplet: 2F, 00 and CE. RGB value is (47,0,206). Sum of RGB (Red+Green+Blue) = 47+0+206=253 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.58% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 206 (80.86% from 255 or 81.42% from 253); Max value from RGB is 206 - color contains mainly: blue. Hex color #2F00CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F00CE is #D0FF31. Grayscale: #242424. Windows color (decimal): -13696818 or 13500463. OLE color: 13500463.

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

Color convert

RGB 47 0 206 -
CMYK 0.77 1 0 0.19
HSL 253.69º 1% 0.4% -
HSV(B) 253.69º 1% 0.81% -
XYZ 12.31 5.06 58.72 -
YUV 37.54 223.07 134.75 -
System Red Green Blue C M Y K H S L
Decimal 47 0 206 0.77 1 0 0.19 253.69 1 0.4
Hex 2F 0 CE 4D 64 0 13 FE 64 28
Octal 57 0 316 115 144 0 23 376 144 50
Binary 101111 0 11001110 1001101 1100100 0 10011 11111110 1100100 101000

Color Harmonies of #2F00CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F00CE

Black with #2F00CE

Text Example


Text Example

White with #2F00CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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