Html Css Color HEX #2460FC Royal Blue

📋 copy color: '#2460FC'

red 36 ◦ green 96 ◦ blue 252

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

Shades of Royal Blue #2460FC

Tints of Royal Blue #2460FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 65.63%

R = 9.38%
G = 25%
B = 65.63%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2460FC (or 0x2460FC) is known color: Royal Blue. HEX triplet: 24, 60 and FC. RGB value is (36,96,252). Sum of RGB (Red+Green+Blue) = 36+96+252=384 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.38% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 252 (98.83% from 255 or 65.62% from 384); Max value from RGB is 252 - color contains mainly: blue. Hex color #2460FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2460FC is #DB9F03. Grayscale: #5F5F5F. Windows color (decimal): -14393092 or 16539684. OLE color: 16539684.

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

Color convert

RGB 36 96 252 -
CMYK 0.86 0.62 0 0.01
HSL 223.33º 0.97% 0.56% -
HSV(B) 223.33º 0.86% 0.99% -
XYZ 22.48 15.77 93.95 -
YUV 95.84 216.12 85.32 -
System Red Green Blue C M Y K H S L
Decimal 36 96 252 0.86 0.62 0 0.01 223.33 0.97 0.56
Hex 24 60 FC 56 3E 0 1 DF 61 38
Octal 44 140 374 126 76 0 1 337 141 70
Binary 100100 1100000 11111100 1010110 111110 0 1 11011111 1100001 111000

Color Harmonies of #2460FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2460FC

Black with #2460FC

Text Example


Text Example

White with #2460FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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