Html Css Color HEX #1F18DB Medium Blue

📋 copy color: '#1F18DB'

red 31 ◦ green 24 ◦ blue 219

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

Shades of Medium Blue #1F18DB

Tints of Medium Blue #1F18DB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.76%

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

R = 11.31%
G = 8.76%
B = 79.93%

CMYK

 C value IS 0.86

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1F18DB (or 0x1F18DB) is known color: Medium Blue. HEX triplet: 1F, 18 and DB. RGB value is (31,24,219). Sum of RGB (Red+Green+Blue) = 31+24+219=274 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.31% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 219 (85.94% from 255 or 79.93% from 274); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F18DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F18DB is #E0E724. Grayscale: #2F2F2F. Windows color (decimal): -14739237 or 14358559. OLE color: 14358559.

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

Color convert

RGB 31 24 219 -
CMYK 0.86 0.89 0 0.14
HSL 242.15º 0.8% 0.48% -
HSV(B) 242.15º 0.89% 0.86% -
XYZ 13.68 6.06 67.47 -
YUV 48.32 224.32 115.64 -
System Red Green Blue C M Y K H S L
Decimal 31 24 219 0.86 0.89 0 0.14 242.15 0.8 0.48
Hex 1F 18 DB 56 59 0 E F2 50 30
Octal 37 30 333 126 131 0 16 362 120 60
Binary 11111 11000 11011011 1010110 1011001 0 1110 11110010 1010000 110000

Color Harmonies of #1F18DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F18DB

Black with #1F18DB

Text Example


Text Example

White with #1F18DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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