Html Css Color HEX #1462CC Denim

📋 copy color: '#1462CC'

red 20 ◦ green 98 ◦ blue 204

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

Shades of Denim #1462CC

Tints of Denim #1462CC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.43%

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

R = 6.21%
G = 30.43%
B = 63.35%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1462CC (or 0x1462CC) is known color: Denim. HEX triplet: 14, 62 and CC. RGB value is (20,98,204). Sum of RGB (Red+Green+Blue) = 20+98+204=322 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.21% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #1462CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1462CC is #EB9D33. Grayscale: #565656. Windows color (decimal): -15441204 or 13394452. OLE color: 13394452.

HSL color Cylindrical-coordinate representation of color #1462CC: hue angle of 214.57º 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 #1462CC is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 20 98 204 -
CMYK 0.90 0.52 0 0.2
HSL 214.57º 0.82% 0.44% -
HSV(B) 214.57º 0.9% 0.8% -
XYZ 15.56 13.24 58.86 -
YUV 86.76 194.16 80.38 -
System Red Green Blue C M Y K H S L
Decimal 20 98 204 0.90 0.52 0 0.2 214.57 0.82 0.44
Hex 14 62 CC 5A 34 0 14 D7 52 2C
Octal 24 142 314 132 64 0 24 327 122 54
Binary 10100 1100010 11001100 1011010 110100 0 10100 11010111 1010010 101100

Color Harmonies of #1462CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1462CC

Black with #1462CC

Text Example


Text Example

White with #1462CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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