Html Css Color HEX #2460E8 Royal Blue

📋 copy color: '#2460E8'

red 36 ◦ green 96 ◦ blue 232

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

Shades of Royal Blue #2460E8

Tints of Royal Blue #2460E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 63.74%

R = 9.89%
G = 26.37%
B = 63.74%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2460E8 (or 0x2460E8) is known color: Royal Blue. HEX triplet: 24, 60 and E8. RGB value is (36,96,232). Sum of RGB (Red+Green+Blue) = 36+96+232=364 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.89% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 232 (91.02% from 255 or 63.74% from 364); Max value from RGB is 232 - color contains mainly: blue. Hex color #2460E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2460E8 is #DB9F17. Grayscale: #5C5C5C. Windows color (decimal): -14393112 or 15228964. OLE color: 15228964.

HSL color Cylindrical-coordinate representation of color #2460E8: hue angle of 221.63º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2460E8 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 36 96 232 -
CMYK 0.84 0.59 0 0.09
HSL 221.63º 0.81% 0.53% -
HSV(B) 221.63º 0.84% 0.91% -
XYZ 19.48 14.57 78.13 -
YUV 93.56 206.12 86.94 -
System Red Green Blue C M Y K H S L
Decimal 36 96 232 0.84 0.59 0 0.09 221.63 0.81 0.53
Hex 24 60 E8 54 3B 0 9 DE 51 35
Octal 44 140 350 124 73 0 11 336 121 65
Binary 100100 1100000 11101000 1010100 111011 0 1001 11011110 1010001 110101

Color Harmonies of #2460E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2460E8

Black with #2460E8

Text Example


Text Example

White with #2460E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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