Html Css Color HEX #2464DC Royal Blue

📋 copy color: '#2464DC'

red 36 ◦ green 100 ◦ blue 220

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

Shades of Royal Blue #2464DC

Tints of Royal Blue #2464DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 61.8%

R = 10.11%
G = 28.09%
B = 61.8%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2464DC (or 0x2464DC) is known color: Royal Blue. HEX triplet: 24, 64 and DC. RGB value is (36,100,220). Sum of RGB (Red+Green+Blue) = 36+100+220=356 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.11% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 220 (86.33% from 255 or 61.80% from 356); Max value from RGB is 220 - color contains mainly: blue. Hex color #2464DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2464DC is #DB9B23. Grayscale: #5E5E5E. Windows color (decimal): -14392100 or 14443556. OLE color: 14443556.

HSL color Cylindrical-coordinate representation of color #2464DC: hue angle of 219.13º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2464DC is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 36 100 220 -
CMYK 0.84 0.55 0 0.14
HSL 219.13º 0.72% 0.5% -
HSV(B) 219.13º 0.84% 0.86% -
XYZ 18.2 14.66 69.58 -
YUV 94.54 198.8 86.24 -
System Red Green Blue C M Y K H S L
Decimal 36 100 220 0.84 0.55 0 0.14 219.13 0.72 0.5
Hex 24 64 DC 54 37 0 E DB 48 32
Octal 44 144 334 124 67 0 16 333 110 62
Binary 100100 1100100 11011100 1010100 110111 0 1110 11011011 1001000 110010

Color Harmonies of #2464DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2464DC

Black with #2464DC

Text Example


Text Example

White with #2464DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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