Html Css Color HEX #1F00CE Medium Blue

📋 copy color: '#1F00CE'

red 31 ◦ green 0 ◦ blue 206

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

Shades of Medium Blue #1F00CE

Tints of Medium Blue #1F00CE

RGB

 RED value IS 31 (12.5% from 255) = 13.08%

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

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

R = 13.08%
G = 0%
B = 86.92%

CMYK

 C value IS 0.85

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1F00CE (or 0x1F00CE) is known color: Medium Blue. HEX triplet: 1F, 00 and CE. RGB value is (31,0,206). Sum of RGB (Red+Green+Blue) = 31+0+206=237 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.08% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 206 (80.86% from 255 or 86.92% from 237); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F00CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F00CE is #E0FF31. Grayscale: #1F1F1F. Windows color (decimal): -14745394 or 13500447. OLE color: 13500447.

HSL color Cylindrical-coordinate representation of color #1F00CE: hue angle of 249.03º 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 #1F00CE is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 31 0 206 -
CMYK 0.85 1 0 0.19
HSL 249.03º 1% 0.4% -
HSV(B) 249.03º 1% 0.81% -
XYZ 11.71 4.75 58.69 -
YUV 32.75 225.77 126.75 -
System Red Green Blue C M Y K H S L
Decimal 31 0 206 0.85 1 0 0.19 249.03 1 0.4
Hex 1F 0 CE 55 64 0 13 F9 64 28
Octal 37 0 316 125 144 0 23 371 144 50
Binary 11111 0 11001110 1010101 1100100 0 10011 11111001 1100100 101000

Color Harmonies of #1F00CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F00CE

Black with #1F00CE

Text Example


Text Example

White with #1F00CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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