Html Css Color HEX #246ADD Royal Blue

📋 copy color: '#246ADD'

red 36 ◦ green 106 ◦ blue 221

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

Shades of Royal Blue #246ADD

Tints of Royal Blue #246ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.88%

R = 9.92%
G = 29.2%
B = 60.88%

CMYK

 C value IS 0.84

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#246ADD (or 0x246ADD) is known color: Royal Blue. HEX triplet: 24, 6A and DD. RGB value is (36,106,221). Sum of RGB (Red+Green+Blue) = 36+106+221=363 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.92% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #246ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #246ADD is #DB9522. Grayscale: #616161. Windows color (decimal): -14390563 or 14510628. OLE color: 14510628.

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

Color convert

RGB 36 106 221 -
CMYK 0.84 0.52 0 0.13
HSL 217.3º 0.73% 0.5% -
HSV(B) 217.3º 0.84% 0.87% -
XYZ 18.93 15.9 70.48 -
YUV 98.18 197.31 83.65 -
System Red Green Blue C M Y K H S L
Decimal 36 106 221 0.84 0.52 0 0.13 217.3 0.73 0.5
Hex 24 6A DD 54 34 0 D D9 49 32
Octal 44 152 335 124 64 0 15 331 111 62
Binary 100100 1101010 11011101 1010100 110100 0 1101 11011001 1001001 110010

Color Harmonies of #246ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246ADD

Black with #246ADD

Text Example


Text Example

White with #246ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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