Html Css Color HEX #1417BB Medium Blue

📋 copy color: '#1417BB'

red 20 ◦ green 23 ◦ blue 187

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

Shades of Medium Blue #1417BB

Tints of Medium Blue #1417BB

RGB

 RED value IS 20 (8.2% from 255) = 8.7%

 GREEN value IS 23 (9.38% from 255) = 10%

 BLUE value IS 187 (73.44% from 255) = 81.3%

R = 8.7%
G = 10%
B = 81.3%

CMYK

 C value IS 0.89

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1417BB (or 0x1417BB) is known color: Medium Blue. HEX triplet: 14, 17 and BB. RGB value is (20,23,187). Sum of RGB (Red+Green+Blue) = 20+23+187=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 23 (9.38% from 255 or 10% from 230); Blue value is 187 (73.44% from 255 or 81.30% from 230); Max value from RGB is 187 - color contains mainly: blue. Hex color #1417BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1417BB is #EBE844. Grayscale: #282828. Windows color (decimal): -15460421 or 12261140. OLE color: 12261140.

HSL color Cylindrical-coordinate representation of color #1417BB: hue angle of 238.92º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1417BB is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 23 187 -
CMYK 0.89 0.88 0 0.27
HSL 238.92º 0.81% 0.41% -
HSV(B) 238.92º 0.89% 0.73% -
XYZ 9.56 4.35 47.35 -
YUV 40.8 210.51 113.16 -
System Red Green Blue C M Y K H S L
Decimal 20 23 187 0.89 0.88 0 0.27 238.92 0.81 0.41
Hex 14 17 BB 59 58 0 1B EF 51 29
Octal 24 27 273 131 130 0 33 357 121 51
Binary 10100 10111 10111011 1011001 1011000 0 11011 11101111 1010001 101001

Color Harmonies of #1417BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1417BB

Black with #1417BB

Text Example


Text Example

White with #1417BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1417BB; }

 p { color: rgb(20,23,187); }

 H1.HeaderClassName
 {
   color: #1417BB;
 }
 .AnyTagClassName
 {
   color: #1417BB;
 }
</style>

background-color css

<style>
 a { background-color: #1417BB; }

 a { background-color: rgb(20,23,187); }

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

border-color css

<style>
 span { border-color: #1417BB; }

 span { border-color: rgb(20,23,187); }

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