Html Css Color HEX #246ADC Royal Blue

📋 copy color: '#246ADC'

red 36 ◦ green 106 ◦ blue 220

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

Shades of Royal Blue #246ADC

Tints of Royal Blue #246ADC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.28%

 BLUE value IS 220 (86.33% from 255) = 60.77%

R = 9.94%
G = 29.28%
B = 60.77%

CMYK

 C value IS 0.84

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#246ADC (or 0x246ADC) is known color: Royal Blue. HEX triplet: 24, 6A and DC. RGB value is (36,106,220). Sum of RGB (Red+Green+Blue) = 36+106+220=362 (47% of max value = 765). Red value is 36 (14.45% from 255 or 9.94% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #246ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #246ADC is #DB9523. Grayscale: #616161. Windows color (decimal): -14390564 or 14445092. OLE color: 14445092.

HSL color Cylindrical-coordinate representation of color #246ADC: hue angle of 217.17º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #246ADC is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 36 106 220 -
CMYK 0.84 0.52 0 0.14
HSL 217.17º 0.72% 0.5% -
HSV(B) 217.17º 0.84% 0.86% -
XYZ 18.8 15.85 69.78 -
YUV 98.07 196.81 83.73 -
System Red Green Blue C M Y K H S L
Decimal 36 106 220 0.84 0.52 0 0.14 217.17 0.72 0.5
Hex 24 6A DC 54 34 0 E D9 48 32
Octal 44 152 334 124 64 0 16 331 110 62
Binary 100100 1101010 11011100 1010100 110100 0 1110 11011001 1001000 110010

Color Harmonies of #246ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246ADC

Black with #246ADC

Text Example


Text Example

White with #246ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246ADC; }

 p { color: rgb(36,106,220); }

 H1.HeaderClassName
 {
   color: #246ADC;
 }
 .AnyTagClassName
 {
   color: #246ADC;
 }
</style>

background-color css

<style>
 a { background-color: #246ADC; }

 a { background-color: rgb(36,106,220); }

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

border-color css

<style>
 span { border-color: #246ADC; }

 span { border-color: rgb(36,106,220); }

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