Html Css Color HEX #1F1CDB Medium Blue

📋 copy color: '#1F1CDB'

red 31 ◦ green 28 ◦ blue 219

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

Shades of Medium Blue #1F1CDB

Tints of Medium Blue #1F1CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.07%

 BLUE value IS 219 (85.94% from 255) = 78.78%

R = 11.15%
G = 10.07%
B = 78.78%

CMYK

 C value IS 0.86

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1F1CDB (or 0x1F1CDB) is known color: Medium Blue. HEX triplet: 1F, 1C and DB. RGB value is (31,28,219). Sum of RGB (Red+Green+Blue) = 31+28+219=278 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.15% from 278); Green value is 28 (11.33% from 255 or 10.07% from 278); Blue value is 219 (85.94% from 255 or 78.78% from 278); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F1CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F1CDB is #E0E324. Grayscale: #313131. Windows color (decimal): -14738213 or 14359583. OLE color: 14359583.

HSL color Cylindrical-coordinate representation of color #1F1CDB: hue angle of 240.94º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F1CDB is Cyan = 0.86, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 31 28 219 -
CMYK 0.86 0.87 0 0.14
HSL 240.94º 0.77% 0.48% -
HSV(B) 240.94º 0.87% 0.86% -
XYZ 13.77 6.24 67.5 -
YUV 50.67 222.99 113.97 -
System Red Green Blue C M Y K H S L
Decimal 31 28 219 0.86 0.87 0 0.14 240.94 0.77 0.48
Hex 1F 1C DB 56 57 0 E F1 4D 30
Octal 37 34 333 126 127 0 16 361 115 60
Binary 11111 11100 11011011 1010110 1010111 0 1110 11110001 1001101 110000

Color Harmonies of #1F1CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1CDB

Black with #1F1CDB

Text Example


Text Example

White with #1F1CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,28,219); }

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

background-color css

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

 a { background-color: rgb(31,28,219); }

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

border-color css

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

 span { border-color: rgb(31,28,219); }

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