Html Css Color HEX #1463CF Denim

📋 copy color: '#1463CF'

red 20 ◦ green 99 ◦ blue 207

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

Shades of Denim #1463CF

Tints of Denim #1463CF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.37%

 BLUE value IS 207 (81.25% from 255) = 63.5%

R = 6.13%
G = 30.37%
B = 63.5%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1463CF (or 0x1463CF) is known color: Denim. HEX triplet: 14, 63 and CF. RGB value is (20,99,207). Sum of RGB (Red+Green+Blue) = 20+99+207=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 207 (81.25% from 255 or 63.50% from 326); Max value from RGB is 207 - color contains mainly: blue. Hex color #1463CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1463CF is #EB9C30. Grayscale: #575757. Windows color (decimal): -15440945 or 13591316. OLE color: 13591316.

HSL color Cylindrical-coordinate representation of color #1463CF: hue angle of 214.65º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1463CF is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 99 207 -
CMYK 0.90 0.52 0 0.19
HSL 214.65º 0.82% 0.45% -
HSV(B) 214.65º 0.9% 0.81% -
XYZ 16.01 13.58 60.81 -
YUV 87.69 195.33 79.72 -
System Red Green Blue C M Y K H S L
Decimal 20 99 207 0.90 0.52 0 0.19 214.65 0.82 0.45
Hex 14 63 CF 5A 34 0 13 D7 52 2D
Octal 24 143 317 132 64 0 23 327 122 55
Binary 10100 1100011 11001111 1011010 110100 0 10011 11010111 1010010 101101

Color Harmonies of #1463CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1463CF

Black with #1463CF

Text Example


Text Example

White with #1463CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1463CF; }

 p { color: rgb(20,99,207); }

 H1.HeaderClassName
 {
   color: #1463CF;
 }
 .AnyTagClassName
 {
   color: #1463CF;
 }
</style>

background-color css

<style>
 a { background-color: #1463CF; }

 a { background-color: rgb(20,99,207); }

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

border-color css

<style>
 span { border-color: #1463CF; }

 span { border-color: rgb(20,99,207); }

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