Html Css Color HEX #1417BE Medium Blue

📋 copy color: '#1417BE'

red 20 ◦ green 23 ◦ blue 190

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

Shades of Medium Blue #1417BE

Tints of Medium Blue #1417BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 81.55%

R = 8.58%
G = 9.87%
B = 81.55%

CMYK

 C value IS 0.89

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1417BE (or 0x1417BE) is known color: Medium Blue. HEX triplet: 14, 17 and BE. RGB value is (20,23,190). Sum of RGB (Red+Green+Blue) = 20+23+190=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 190 (74.61% from 255 or 81.55% from 233); Max value from RGB is 190 - color contains mainly: blue. Hex color #1417BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1417BE is #EBE841. Grayscale: #282828. Windows color (decimal): -15460418 or 12457748. OLE color: 12457748.

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

Color convert

RGB 20 23 190 -
CMYK 0.89 0.88 0 0.25
HSL 238.94º 0.81% 0.41% -
HSV(B) 238.94º 0.89% 0.75% -
XYZ 9.89 4.48 49.06 -
YUV 41.14 212.01 112.92 -
System Red Green Blue C M Y K H S L
Decimal 20 23 190 0.89 0.88 0 0.25 238.94 0.81 0.41
Hex 14 17 BE 59 58 0 19 EF 51 29
Octal 24 27 276 131 130 0 31 357 121 51
Binary 10100 10111 10111110 1011001 1011000 0 11001 11101111 1010001 101001

Color Harmonies of #1417BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1417BE

Black with #1417BE

Text Example


Text Example

White with #1417BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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