Html Css Color HEX #2464CA Denim

📋 copy color: '#2464CA'

red 36 ◦ green 100 ◦ blue 202

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

Shades of Denim #2464CA

Tints of Denim #2464CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 59.76%

R = 10.65%
G = 29.59%
B = 59.76%

CMYK

 C value IS 0.82

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2464CA (or 0x2464CA) is known color: Denim. HEX triplet: 24, 64 and CA. RGB value is (36,100,202). Sum of RGB (Red+Green+Blue) = 36+100+202=338 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.65% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 202 (79.30% from 255 or 59.76% from 338); Max value from RGB is 202 - color contains mainly: blue. Hex color #2464CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2464CA is #DB9B35. Grayscale: #5C5C5C. Windows color (decimal): -14392118 or 13263908. OLE color: 13263908.

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

Color convert

RGB 36 100 202 -
CMYK 0.82 0.50 0 0.21
HSL 216.87º 0.7% 0.47% -
HSV(B) 216.87º 0.82% 0.79% -
XYZ 15.95 13.75 57.69 -
YUV 92.49 189.8 87.71 -
System Red Green Blue C M Y K H S L
Decimal 36 100 202 0.82 0.50 0 0.21 216.87 0.7 0.47
Hex 24 64 CA 52 32 0 15 D9 46 2F
Octal 44 144 312 122 62 0 25 331 106 57
Binary 100100 1100100 11001010 1010010 110010 0 10101 11011001 1000110 101111

Color Harmonies of #2464CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2464CA

Black with #2464CA

Text Example


Text Example

White with #2464CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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