Html Css Color HEX #2464CC Denim

📋 copy color: '#2464CC'

red 36 ◦ green 100 ◦ blue 204

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

Shades of Denim #2464CC

Tints of Denim #2464CC

RGB

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

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

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

R = 10.59%
G = 29.41%
B = 60%

CMYK

 C value IS 0.82

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2464CC (or 0x2464CC) is known color: Denim. HEX triplet: 24, 64 and CC. RGB value is (36,100,204). Sum of RGB (Red+Green+Blue) = 36+100+204=340 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.59% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 204 (80.08% from 255 or 60% from 340); Max value from RGB is 204 - color contains mainly: blue. Hex color #2464CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2464CC is #DB9B33. Grayscale: #5C5C5C. Windows color (decimal): -14392116 or 13394980. OLE color: 13394980.

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

Color convert

RGB 36 100 204 -
CMYK 0.82 0.51 0 0.2
HSL 217.14º 0.7% 0.47% -
HSV(B) 217.14º 0.82% 0.8% -
XYZ 16.18 13.85 58.95 -
YUV 92.72 190.8 87.54 -
System Red Green Blue C M Y K H S L
Decimal 36 100 204 0.82 0.51 0 0.2 217.14 0.7 0.47
Hex 24 64 CC 52 33 0 14 D9 46 2F
Octal 44 144 314 122 63 0 24 331 106 57
Binary 100100 1100100 11001100 1010010 110011 0 10100 11011001 1000110 101111

Color Harmonies of #2464CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2464CC

Black with #2464CC

Text Example


Text Example

White with #2464CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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