Html Css Color HEX #2464BB Denim

📋 copy color: '#2464BB'

red 36 ◦ green 100 ◦ blue 187

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

Shades of Denim #2464BB

Tints of Denim #2464BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 57.89%

R = 11.15%
G = 30.96%
B = 57.89%

CMYK

 C value IS 0.81

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2464BB (or 0x2464BB) is known color: Denim. HEX triplet: 24, 64 and BB. RGB value is (36,100,187). Sum of RGB (Red+Green+Blue) = 36+100+187=323 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.15% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #2464BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2464BB is #DB9B44. Grayscale: #5A5A5A. Windows color (decimal): -14392133 or 12280868. OLE color: 12280868.

HSL color Cylindrical-coordinate representation of color #2464BB: hue angle of 214.57º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2464BB is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 36 100 187 -
CMYK 0.81 0.47 0 0.27
HSL 214.57º 0.68% 0.44% -
HSV(B) 214.57º 0.81% 0.73% -
XYZ 14.25 13.08 48.79 -
YUV 90.78 182.3 88.93 -
System Red Green Blue C M Y K H S L
Decimal 36 100 187 0.81 0.47 0 0.27 214.57 0.68 0.44
Hex 24 64 BB 51 2F 0 1B D7 44 2C
Octal 44 144 273 121 57 0 33 327 104 54
Binary 100100 1100100 10111011 1010001 101111 0 11011 11010111 1000100 101100

Color Harmonies of #2464BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2464BB

Black with #2464BB

Text Example


Text Example

White with #2464BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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