Html Css Color HEX #1413EF Blue

📋 copy color: '#1413EF'

red 20 ◦ green 19 ◦ blue 239

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

Shades of Blue #1413EF

Tints of Blue #1413EF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.83%

 BLUE value IS 239 (93.75% from 255) = 85.97%

R = 7.19%
G = 6.83%
B = 85.97%

CMYK

 C value IS 0.92

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1413EF (or 0x1413EF) is known color: Blue. HEX triplet: 14, 13 and EF. RGB value is (20,19,239). Sum of RGB (Red+Green+Blue) = 20+19+239=278 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.19% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 239 (93.75% from 255 or 85.97% from 278); Max value from RGB is 239 - color contains mainly: blue. Hex color #1413EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1413EF is #EBEC10. Grayscale: #2B2B2B. Windows color (decimal): -15461393 or 15667988. OLE color: 15667988.

HSL color Cylindrical-coordinate representation of color #1413EF: hue angle of 240.27º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1413EF is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 20 19 239 -
CMYK 0.92 0.92 0 0.06
HSL 240.27º 0.87% 0.51% -
HSV(B) 240.27º 0.92% 0.94% -
XYZ 16.1 6.85 82.13 -
YUV 44.38 237.83 110.61 -
System Red Green Blue C M Y K H S L
Decimal 20 19 239 0.92 0.92 0 0.06 240.27 0.87 0.51
Hex 14 13 EF 5C 5C 0 6 F0 57 33
Octal 24 23 357 134 134 0 6 360 127 63
Binary 10100 10011 11101111 1011100 1011100 0 110 11110000 1010111 110011

Color Harmonies of #1413EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1413EF

Black with #1413EF

Text Example


Text Example

White with #1413EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1413EF; }

 p { color: rgb(20,19,239); }

 H1.HeaderClassName
 {
   color: #1413EF;
 }
 .AnyTagClassName
 {
   color: #1413EF;
 }
</style>

background-color css

<style>
 a { background-color: #1413EF; }

 a { background-color: rgb(20,19,239); }

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

border-color css

<style>
 span { border-color: #1413EF; }

 span { border-color: rgb(20,19,239); }

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