Html Css Color HEX #1B1FDD Medium Blue

📋 copy color: '#1B1FDD'

red 27 ◦ green 31 ◦ blue 221

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

Shades of Medium Blue #1B1FDD

Tints of Medium Blue #1B1FDD

RGB

 RED value IS 27 (10.94% from 255) = 9.68%

 GREEN value IS 31 (12.5% from 255) = 11.11%

 BLUE value IS 221 (86.72% from 255) = 79.21%

R = 9.68%
G = 11.11%
B = 79.21%

CMYK

 C value IS 0.88

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1B1FDD (or 0x1B1FDD) is known color: Medium Blue. HEX triplet: 1B, 1F and DD. RGB value is (27,31,221). Sum of RGB (Red+Green+Blue) = 27+31+221=279 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.68% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 221 (86.72% from 255 or 79.21% from 279); Max value from RGB is 221 - color contains mainly: blue. Hex color #1B1FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B1FDD is #E4E022. Grayscale: #323232. Windows color (decimal): -14999587 or 14491419. OLE color: 14491419.

HSL color Cylindrical-coordinate representation of color #1B1FDD: hue angle of 238.76º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B1FDD is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 27 31 221 -
CMYK 0.88 0.86 0 0.13
HSL 238.76º 0.78% 0.49% -
HSV(B) 238.76º 0.88% 0.87% -
XYZ 13.99 6.43 68.91 -
YUV 51.46 223.67 110.55 -
System Red Green Blue C M Y K H S L
Decimal 27 31 221 0.88 0.86 0 0.13 238.76 0.78 0.49
Hex 1B 1F DD 58 56 0 D EF 4E 31
Octal 33 37 335 130 126 0 15 357 116 61
Binary 11011 11111 11011101 1011000 1010110 0 1101 11101111 1001110 110001

Color Harmonies of #1B1FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1FDD

Black with #1B1FDD

Text Example


Text Example

White with #1B1FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,31,221); }

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

background-color css

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

 a { background-color: rgb(27,31,221); }

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

border-color css

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

 span { border-color: rgb(27,31,221); }

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