Html Css Color HEX #1F0ADB Medium Blue

📋 copy color: '#1F0ADB'

red 31 ◦ green 10 ◦ blue 219

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

Shades of Medium Blue #1F0ADB

Tints of Medium Blue #1F0ADB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.85%

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

R = 11.92%
G = 3.85%
B = 84.23%

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

#1F0ADB (or 0x1F0ADB) is known color: Medium Blue. HEX triplet: 1F, 0A and DB. RGB value is (31,10,219). Sum of RGB (Red+Green+Blue) = 31+10+219=260 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.92% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 219 (85.94% from 255 or 84.23% from 260); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F0ADB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F0ADB is #E0F524. Grayscale: #272727. Windows color (decimal): -14742821 or 14354975. OLE color: 14354975.

HSL color Cylindrical-coordinate representation of color #1F0ADB: hue angle of 246.03º degrees, saturation: 0.91, 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 #1F0ADB is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 31 10 219 -
CMYK 0.86 0.95 0 0.14
HSL 246.03º 0.91% 0.45% -
HSV(B) 246.03º 0.95% 0.86% -
XYZ 13.46 5.62 67.39 -
YUV 40.11 228.96 121.51 -
System Red Green Blue C M Y K H S L
Decimal 31 10 219 0.86 0.95 0 0.14 246.03 0.91 0.45
Hex 1F A DB 56 5F 0 E F6 5B 2D
Octal 37 12 333 126 137 0 16 366 133 55
Binary 11111 1010 11011011 1010110 1011111 0 1110 11110110 1011011 101101

Color Harmonies of #1F0ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0ADB

Black with #1F0ADB

Text Example


Text Example

White with #1F0ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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