Html Css Color HEX #2460FA Royal Blue

📋 copy color: '#2460FA'

red 36 ◦ green 96 ◦ blue 250

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

Shades of Royal Blue #2460FA

Tints of Royal Blue #2460FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 65.45%

R = 9.42%
G = 25.13%
B = 65.45%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2460FA (or 0x2460FA) is known color: Royal Blue. HEX triplet: 24, 60 and FA. RGB value is (36,96,250). Sum of RGB (Red+Green+Blue) = 36+96+250=382 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.42% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 250 (98.05% from 255 or 65.45% from 382); Max value from RGB is 250 - color contains mainly: blue. Hex color #2460FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2460FA is #DB9F05. Grayscale: #5E5E5E. Windows color (decimal): -14393094 or 16408612. OLE color: 16408612.

HSL color Cylindrical-coordinate representation of color #2460FA: hue angle of 223.18º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2460FA is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 36 96 250 -
CMYK 0.86 0.62 0 0.02
HSL 223.18º 0.96% 0.56% -
HSV(B) 223.18º 0.86% 0.98% -
XYZ 22.17 15.64 92.29 -
YUV 95.62 215.12 85.48 -
System Red Green Blue C M Y K H S L
Decimal 36 96 250 0.86 0.62 0 0.02 223.18 0.96 0.56
Hex 24 60 FA 56 3E 0 2 DF 60 38
Octal 44 140 372 126 76 0 2 337 140 70
Binary 100100 1100000 11111010 1010110 111110 0 10 11011111 1100000 111000

Color Harmonies of #2460FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2460FA

Black with #2460FA

Text Example


Text Example

White with #2460FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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