Html Css Color HEX #1F00CD Medium Blue

📋 copy color: '#1F00CD'

red 31 ◦ green 0 ◦ blue 205

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

Shades of Medium Blue #1F00CD

Tints of Medium Blue #1F00CD

RGB

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

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

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

R = 13.14%
G = 0%
B = 86.86%

CMYK

 C value IS 0.85

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1F00CD (or 0x1F00CD) is known color: Medium Blue. HEX triplet: 1F, 00 and CD. RGB value is (31,0,205). Sum of RGB (Red+Green+Blue) = 31+0+205=236 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.14% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 205 (80.47% from 255 or 86.86% from 236); Max value from RGB is 205 - color contains mainly: blue. Hex color #1F00CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F00CD is #E0FF32. Grayscale: #1F1F1F. Windows color (decimal): -14745395 or 13434911. OLE color: 13434911.

HSL color Cylindrical-coordinate representation of color #1F00CD: hue angle of 249.07º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F00CD is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 31 0 205 -
CMYK 0.85 1 0 0.20
HSL 249.07º 1% 0.4% -
HSV(B) 249.07º 1% 0.8% -
XYZ 11.58 4.7 58.05 -
YUV 32.64 225.27 126.83 -
System Red Green Blue C M Y K H S L
Decimal 31 0 205 0.85 1 0 0.20 249.07 1 0.4
Hex 1F 0 CD 55 64 0 14 F9 64 28
Octal 37 0 315 125 144 0 24 371 144 50
Binary 11111 0 11001101 1010101 1100100 0 10100 11111001 1100100 101000

Color Harmonies of #1F00CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F00CD

Black with #1F00CD

Text Example


Text Example

White with #1F00CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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