Html Css Color HEX #2462FF Royal Blue

📋 copy color: '#2462FF'

red 36 ◦ green 98 ◦ blue 255

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

Shades of Royal Blue #2462FF

Tints of Royal Blue #2462FF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.19%

 BLUE value IS 255 (100% from 255) = 65.55%

R = 9.25%
G = 25.19%
B = 65.55%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2462FF (or 0x2462FF) is known color: Royal Blue. HEX triplet: 24, 62 and FF. RGB value is (36,98,255). Sum of RGB (Red+Green+Blue) = 36+98+255=389 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.25% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #2462FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2462FF is #DB9D00. Grayscale: #606060. Windows color (decimal): -14392577 or 16736804. OLE color: 16736804.

HSL color Cylindrical-coordinate representation of color #2462FF: hue angle of 223.01º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2462FF is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 36 98 255 -
CMYK 0.86 0.62 0 0
HSL 223.01º 1% 0.57% -
HSV(B) 223.01º 0.86% 1% -
XYZ 23.15 16.33 96.54 -
YUV 97.36 216.96 84.23 -
System Red Green Blue C M Y K H S L
Decimal 36 98 255 0.86 0.62 0 0 223.01 1 0.57
Hex 24 62 FF 56 3E 0 0 DF 64 39
Octal 44 142 377 126 76 0 0 337 144 71
Binary 100100 1100010 11111111 1010110 111110 0 0 11011111 1100100 111001

Color Harmonies of #2462FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2462FF

Black with #2462FF

Text Example


Text Example

White with #2462FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2462FF; }

 p { color: rgb(36,98,255); }

 H1.HeaderClassName
 {
   color: #2462FF;
 }
 .AnyTagClassName
 {
   color: #2462FF;
 }
</style>

background-color css

<style>
 a { background-color: #2462FF; }

 a { background-color: rgb(36,98,255); }

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

border-color css

<style>
 span { border-color: #2462FF; }

 span { border-color: rgb(36,98,255); }

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