Html Css Color HEX #1350DC Denim

📋 copy color: '#1350DC'

red 19 ◦ green 80 ◦ blue 220

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

Shades of Denim #1350DC

Tints of Denim #1350DC

RGB

 RED value IS 19 (7.81% from 255) = 5.96%

 GREEN value IS 80 (31.64% from 255) = 25.08%

 BLUE value IS 220 (86.33% from 255) = 68.97%

R = 5.96%
G = 25.08%
B = 68.97%

CMYK

 C value IS 0.91

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1350DC (or 0x1350DC) is known color: Denim. HEX triplet: 13, 50 and DC. RGB value is (19,80,220). Sum of RGB (Red+Green+Blue) = 19+80+220=319 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.96% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 220 (86.33% from 255 or 68.97% from 319); Max value from RGB is 220 - color contains mainly: blue. Hex color #1350DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1350DC is #ECAF23. Grayscale: #4D4D4D. Windows color (decimal): -15511332 or 14438419. OLE color: 14438419.

HSL color Cylindrical-coordinate representation of color #1350DC: hue angle of 221.79º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1350DC is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 80 220 -
CMYK 0.91 0.64 0 0.14
HSL 221.79º 0.84% 0.47% -
HSV(B) 221.79º 0.91% 0.86% -
XYZ 16.06 11.04 69 -
YUV 77.72 208.29 86.12 -
System Red Green Blue C M Y K H S L
Decimal 19 80 220 0.91 0.64 0 0.14 221.79 0.84 0.47
Hex 13 50 DC 5B 40 0 E DE 54 2F
Octal 23 120 334 133 100 0 16 336 124 57
Binary 10011 1010000 11011100 1011011 1000000 0 1110 11011110 1010100 101111

Color Harmonies of #1350DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1350DC

Black with #1350DC

Text Example


Text Example

White with #1350DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1350DC; }

 p { color: rgb(19,80,220); }

 H1.HeaderClassName
 {
   color: #1350DC;
 }
 .AnyTagClassName
 {
   color: #1350DC;
 }
</style>

background-color css

<style>
 a { background-color: #1350DC; }

 a { background-color: rgb(19,80,220); }

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

border-color css

<style>
 span { border-color: #1350DC; }

 span { border-color: rgb(19,80,220); }

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