Html Css Color HEX #2464DE Royal Blue

📋 copy color: '#2464DE'

red 36 ◦ green 100 ◦ blue 222

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

Shades of Royal Blue #2464DE

Tints of Royal Blue #2464DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 62.01%

R = 10.06%
G = 27.93%
B = 62.01%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2464DE (or 0x2464DE) is known color: Royal Blue. HEX triplet: 24, 64 and DE. RGB value is (36,100,222). Sum of RGB (Red+Green+Blue) = 36+100+222=358 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.06% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 222 (87.11% from 255 or 62.01% from 358); Max value from RGB is 222 - color contains mainly: blue. Hex color #2464DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2464DE is #DB9B21. Grayscale: #5E5E5E. Windows color (decimal): -14392098 or 14574628. OLE color: 14574628.

HSL color Cylindrical-coordinate representation of color #2464DE: hue angle of 219.35º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2464DE is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 100 222 -
CMYK 0.84 0.55 0 0.13
HSL 219.35º 0.74% 0.51% -
HSV(B) 219.35º 0.84% 0.87% -
XYZ 18.47 14.76 70.98 -
YUV 94.77 199.8 86.08 -
System Red Green Blue C M Y K H S L
Decimal 36 100 222 0.84 0.55 0 0.13 219.35 0.74 0.51
Hex 24 64 DE 54 37 0 D DB 4A 33
Octal 44 144 336 124 67 0 15 333 112 63
Binary 100100 1100100 11011110 1010100 110111 0 1101 11011011 1001010 110011

Color Harmonies of #2464DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2464DE

Black with #2464DE

Text Example


Text Example

White with #2464DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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