Html Css Color HEX #2462DA Royal Blue

📋 copy color: '#2462DA'

red 36 ◦ green 98 ◦ blue 218

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

Shades of Royal Blue #2462DA

Tints of Royal Blue #2462DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 61.93%

R = 10.23%
G = 27.84%
B = 61.93%

CMYK

 C value IS 0.83

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2462DA (or 0x2462DA) is known color: Royal Blue. HEX triplet: 24, 62 and DA. RGB value is (36,98,218). Sum of RGB (Red+Green+Blue) = 36+98+218=352 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.23% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 218 (85.55% from 255 or 61.93% from 352); Max value from RGB is 218 - color contains mainly: blue. Hex color #2462DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2462DA is #DB9D25. Grayscale: #5C5C5C. Windows color (decimal): -14392614 or 14311972. OLE color: 14311972.

HSL color Cylindrical-coordinate representation of color #2462DA: hue angle of 219.56º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2462DA is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 36 98 218 -
CMYK 0.83 0.55 0 0.15
HSL 219.56º 0.72% 0.5% -
HSV(B) 219.56º 0.83% 0.85% -
XYZ 17.75 14.17 68.13 -
YUV 93.14 198.46 87.24 -
System Red Green Blue C M Y K H S L
Decimal 36 98 218 0.83 0.55 0 0.15 219.56 0.72 0.5
Hex 24 62 DA 53 37 0 F DC 48 32
Octal 44 142 332 123 67 0 17 334 110 62
Binary 100100 1100010 11011010 1010011 110111 0 1111 11011100 1001000 110010

Color Harmonies of #2462DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2462DA

Black with #2462DA

Text Example


Text Example

White with #2462DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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