Html Css Color HEX #1455CC Denim

📋 copy color: '#1455CC'

red 20 ◦ green 85 ◦ blue 204

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

Shades of Denim #1455CC

Tints of Denim #1455CC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.51%

 BLUE value IS 204 (80.08% from 255) = 66.02%

R = 6.47%
G = 27.51%
B = 66.02%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1455CC (or 0x1455CC) is known color: Denim. HEX triplet: 14, 55 and CC. RGB value is (20,85,204). Sum of RGB (Red+Green+Blue) = 20+85+204=309 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.47% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 204 (80.08% from 255 or 66.02% from 309); Max value from RGB is 204 - color contains mainly: blue. Hex color #1455CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1455CC is #EBAA33. Grayscale: #4E4E4E. Windows color (decimal): -15444532 or 13391124. OLE color: 13391124.

HSL color Cylindrical-coordinate representation of color #1455CC: hue angle of 218.8º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1455CC is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 20 85 204 -
CMYK 0.90 0.58 0 0.2
HSL 218.8º 0.82% 0.44% -
HSV(B) 218.8º 0.9% 0.8% -
XYZ 14.44 11.01 58.49 -
YUV 79.13 198.47 85.82 -
System Red Green Blue C M Y K H S L
Decimal 20 85 204 0.90 0.58 0 0.2 218.8 0.82 0.44
Hex 14 55 CC 5A 3A 0 14 DB 52 2C
Octal 24 125 314 132 72 0 24 333 122 54
Binary 10100 1010101 11001100 1011010 111010 0 10100 11011011 1010010 101100

Color Harmonies of #1455CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1455CC

Black with #1455CC

Text Example


Text Example

White with #1455CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1455CC; }

 p { color: rgb(20,85,204); }

 H1.HeaderClassName
 {
   color: #1455CC;
 }
 .AnyTagClassName
 {
   color: #1455CC;
 }
</style>

background-color css

<style>
 a { background-color: #1455CC; }

 a { background-color: rgb(20,85,204); }

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

border-color css

<style>
 span { border-color: #1455CC; }

 span { border-color: rgb(20,85,204); }

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