Html Css Color HEX #1450D7 Denim

📋 copy color: '#1450D7'

red 20 ◦ green 80 ◦ blue 215

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

Shades of Denim #1450D7

Tints of Denim #1450D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 68.25%

R = 6.35%
G = 25.4%
B = 68.25%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1450D7 (or 0x1450D7) is known color: Denim. HEX triplet: 14, 50 and D7. RGB value is (20,80,215). Sum of RGB (Red+Green+Blue) = 20+80+215=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 215 (84.38% from 255 or 68.25% from 315); Max value from RGB is 215 - color contains mainly: blue. Hex color #1450D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1450D7 is #EBAF28. Grayscale: #4C4C4C. Windows color (decimal): -15445801 or 14110740. OLE color: 14110740.

HSL color Cylindrical-coordinate representation of color #1450D7: hue angle of 221.54º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1450D7 is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 80 215 -
CMYK 0.91 0.63 0 0.16
HSL 221.54º 0.83% 0.46% -
HSV(B) 221.54º 0.91% 0.84% -
XYZ 15.42 10.79 65.56 -
YUV 77.45 205.62 87.02 -
System Red Green Blue C M Y K H S L
Decimal 20 80 215 0.91 0.63 0 0.16 221.54 0.83 0.46
Hex 14 50 D7 5B 3F 0 10 DE 53 2E
Octal 24 120 327 133 77 0 20 336 123 56
Binary 10100 1010000 11010111 1011011 111111 0 10000 11011110 1010011 101110

Color Harmonies of #1450D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1450D7

Black with #1450D7

Text Example


Text Example

White with #1450D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1450D7; }

 p { color: rgb(20,80,215); }

 H1.HeaderClassName
 {
   color: #1450D7;
 }
 .AnyTagClassName
 {
   color: #1450D7;
 }
</style>

background-color css

<style>
 a { background-color: #1450D7; }

 a { background-color: rgb(20,80,215); }

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

border-color css

<style>
 span { border-color: #1450D7; }

 span { border-color: rgb(20,80,215); }

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