Html Css Color HEX #2460DE Royal Blue

📋 copy color: '#2460DE'

red 36 ◦ green 96 ◦ blue 222

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

Shades of Royal Blue #2460DE

Tints of Royal Blue #2460DE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.12%

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

R = 10.17%
G = 27.12%
B = 62.71%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2460DE (or 0x2460DE) is known color: Royal Blue. HEX triplet: 24, 60 and DE. RGB value is (36,96,222). Sum of RGB (Red+Green+Blue) = 36+96+222=354 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.17% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 222 (87.11% from 255 or 62.71% from 354); Max value from RGB is 222 - color contains mainly: blue. Hex color #2460DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2460DE is #DB9F21. Grayscale: #5B5B5B. Windows color (decimal): -14393122 or 14573604. OLE color: 14573604.

HSL color Cylindrical-coordinate representation of color #2460DE: hue angle of 220.65º 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 #2460DE is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 96 222 -
CMYK 0.84 0.57 0 0.13
HSL 220.65º 0.74% 0.51% -
HSV(B) 220.65º 0.84% 0.87% -
XYZ 18.1 14.01 70.86 -
YUV 92.42 201.12 87.75 -
System Red Green Blue C M Y K H S L
Decimal 36 96 222 0.84 0.57 0 0.13 220.65 0.74 0.51
Hex 24 60 DE 54 39 0 D DD 4A 33
Octal 44 140 336 124 71 0 15 335 112 63
Binary 100100 1100000 11011110 1010100 111001 0 1101 11011101 1001010 110011

Color Harmonies of #2460DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2460DE

Black with #2460DE

Text Example


Text Example

White with #2460DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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