Html Css Color HEX #2460EE Royal Blue

📋 copy color: '#2460EE'

red 36 ◦ green 96 ◦ blue 238

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

Shades of Royal Blue #2460EE

Tints of Royal Blue #2460EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 64.32%

R = 9.73%
G = 25.95%
B = 64.32%

CMYK

 C value IS 0.85

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2460EE (or 0x2460EE) is known color: Royal Blue. HEX triplet: 24, 60 and EE. RGB value is (36,96,238). Sum of RGB (Red+Green+Blue) = 36+96+238=370 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.73% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 238 (93.36% from 255 or 64.32% from 370); Max value from RGB is 238 - color contains mainly: blue. Hex color #2460EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2460EE is #DB9F11. Grayscale: #5D5D5D. Windows color (decimal): -14393106 or 15622180. OLE color: 15622180.

HSL color Cylindrical-coordinate representation of color #2460EE: hue angle of 222.18º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2460EE is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 36 96 238 -
CMYK 0.85 0.60 0 0.07
HSL 222.18º 0.86% 0.54% -
HSV(B) 222.18º 0.85% 0.93% -
XYZ 20.34 14.91 82.7 -
YUV 94.25 209.12 86.45 -
System Red Green Blue C M Y K H S L
Decimal 36 96 238 0.85 0.60 0 0.07 222.18 0.86 0.54
Hex 24 60 EE 55 3C 0 7 DE 56 36
Octal 44 140 356 125 74 0 7 336 126 66
Binary 100100 1100000 11101110 1010101 111100 0 111 11011110 1010110 110110

Color Harmonies of #2460EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2460EE

Black with #2460EE

Text Example


Text Example

White with #2460EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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