Html Css Color HEX #1F0CDB Medium Blue

📋 copy color: '#1F0CDB'

red 31 ◦ green 12 ◦ blue 219

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

Shades of Medium Blue #1F0CDB

Tints of Medium Blue #1F0CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.58%

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

R = 11.83%
G = 4.58%
B = 83.59%

CMYK

 C value IS 0.86

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1F0CDB (or 0x1F0CDB) is known color: Medium Blue. HEX triplet: 1F, 0C and DB. RGB value is (31,12,219). Sum of RGB (Red+Green+Blue) = 31+12+219=262 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.83% from 262); Green value is 12 (5.08% from 255 or 4.58% from 262); Blue value is 219 (85.94% from 255 or 83.59% from 262); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F0CDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F0CDB is #E0F324. Grayscale: #282828. Windows color (decimal): -14742309 or 14355487. OLE color: 14355487.

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

Color convert

RGB 31 12 219 -
CMYK 0.86 0.95 0 0.14
HSL 245.51º 0.9% 0.45% -
HSV(B) 245.51º 0.95% 0.86% -
XYZ 13.48 5.67 67.4 -
YUV 41.28 228.29 120.67 -
System Red Green Blue C M Y K H S L
Decimal 31 12 219 0.86 0.95 0 0.14 245.51 0.9 0.45
Hex 1F C DB 56 5F 0 E F6 5A 2D
Octal 37 14 333 126 137 0 16 366 132 55
Binary 11111 1100 11011011 1010110 1011111 0 1110 11110110 1011010 101101

Color Harmonies of #1F0CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0CDB

Black with #1F0CDB

Text Example


Text Example

White with #1F0CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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