Html Css Color HEX #2464CD Denim

📋 copy color: '#2464CD'

red 36 ◦ green 100 ◦ blue 205

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

Shades of Denim #2464CD

Tints of Denim #2464CD

RGB

 RED value IS 36 (14.45% from 255) = 10.56%

 GREEN value IS 100 (39.45% from 255) = 29.33%

 BLUE value IS 205 (80.47% from 255) = 60.12%

R = 10.56%
G = 29.33%
B = 60.12%

CMYK

 C value IS 0.82

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2464CD (or 0x2464CD) is known color: Denim. HEX triplet: 24, 64 and CD. RGB value is (36,100,205). Sum of RGB (Red+Green+Blue) = 36+100+205=341 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.56% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 205 (80.47% from 255 or 60.12% from 341); Max value from RGB is 205 - color contains mainly: blue. Hex color #2464CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2464CD is #DB9B32. Grayscale: #5C5C5C. Windows color (decimal): -14392115 or 13460516. OLE color: 13460516.

HSL color Cylindrical-coordinate representation of color #2464CD: hue angle of 217.28º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2464CD is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 36 100 205 -
CMYK 0.82 0.51 0 0.20
HSL 217.28º 0.7% 0.47% -
HSV(B) 217.28º 0.82% 0.8% -
XYZ 16.3 13.9 59.58 -
YUV 92.83 191.3 87.46 -
System Red Green Blue C M Y K H S L
Decimal 36 100 205 0.82 0.51 0 0.20 217.28 0.7 0.47
Hex 24 64 CD 52 33 0 14 D9 46 2F
Octal 44 144 315 122 63 0 24 331 106 57
Binary 100100 1100100 11001101 1010010 110011 0 10100 11011001 1000110 101111

Color Harmonies of #2464CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2464CD

Black with #2464CD

Text Example


Text Example

White with #2464CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2464CD; }

 p { color: rgb(36,100,205); }

 H1.HeaderClassName
 {
   color: #2464CD;
 }
 .AnyTagClassName
 {
   color: #2464CD;
 }
</style>

background-color css

<style>
 a { background-color: #2464CD; }

 a { background-color: rgb(36,100,205); }

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

border-color css

<style>
 span { border-color: #2464CD; }

 span { border-color: rgb(36,100,205); }

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