Html Css Color HEX #2464DB Royal Blue

📋 copy color: '#2464DB'

red 36 ◦ green 100 ◦ blue 219

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

Shades of Royal Blue #2464DB

Tints of Royal Blue #2464DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 61.69%

R = 10.14%
G = 28.17%
B = 61.69%

CMYK

 C value IS 0.84

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2464DB (or 0x2464DB) is known color: Royal Blue. HEX triplet: 24, 64 and DB. RGB value is (36,100,219). Sum of RGB (Red+Green+Blue) = 36+100+219=355 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.14% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #2464DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2464DB is #DB9B24. Grayscale: #5D5D5D. Windows color (decimal): -14392101 or 14378020. OLE color: 14378020.

HSL color Cylindrical-coordinate representation of color #2464DB: hue angle of 219.02º 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 #2464DB is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 36 100 219 -
CMYK 0.84 0.54 0 0.14
HSL 219.02º 0.72% 0.5% -
HSV(B) 219.02º 0.84% 0.86% -
XYZ 18.07 14.6 68.88 -
YUV 94.43 198.3 86.32 -
System Red Green Blue C M Y K H S L
Decimal 36 100 219 0.84 0.54 0 0.14 219.02 0.72 0.5
Hex 24 64 DB 54 36 0 E DB 48 32
Octal 44 144 333 124 66 0 16 333 110 62
Binary 100100 1100100 11011011 1010100 110110 0 1110 11011011 1001000 110010

Color Harmonies of #2464DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2464DB

Black with #2464DB

Text Example


Text Example

White with #2464DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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