Html Css Color HEX #1417DE Medium Blue

📋 copy color: '#1417DE'

red 20 ◦ green 23 ◦ blue 222

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

Shades of Medium Blue #1417DE

Tints of Medium Blue #1417DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 83.77%

R = 7.55%
G = 8.68%
B = 83.77%

CMYK

 C value IS 0.91

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1417DE (or 0x1417DE) is known color: Medium Blue. HEX triplet: 14, 17 and DE. RGB value is (20,23,222). Sum of RGB (Red+Green+Blue) = 20+23+222=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 222 (87.11% from 255 or 83.77% from 265); Max value from RGB is 222 - color contains mainly: blue. Hex color #1417DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1417DE is #EBE821. Grayscale: #2B2B2B. Windows color (decimal): -15460386 or 14554900. OLE color: 14554900.

HSL color Cylindrical-coordinate representation of color #1417DE: hue angle of 239.11º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1417DE is Cyan = 0.91, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 23 222 -
CMYK 0.91 0.90 0 0.13
HSL 239.11º 0.83% 0.47% -
HSV(B) 239.11º 0.91% 0.87% -
XYZ 13.78 6.04 69.55 -
YUV 44.79 228.01 110.32 -
System Red Green Blue C M Y K H S L
Decimal 20 23 222 0.91 0.90 0 0.13 239.11 0.83 0.47
Hex 14 17 DE 5B 5A 0 D EF 53 2F
Octal 24 27 336 133 132 0 15 357 123 57
Binary 10100 10111 11011110 1011011 1011010 0 1101 11101111 1010011 101111

Color Harmonies of #1417DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1417DE

Black with #1417DE

Text Example


Text Example

White with #1417DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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