Html Css Color HEX #336EDD Royal Blue

📋 copy color: '#336EDD'

red 51 ◦ green 110 ◦ blue 221

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

Shades of Royal Blue #336EDD

Tints of Royal Blue #336EDD

RGB

 RED value IS 51 (20.31% from 255) = 13.35%

 GREEN value IS 110 (43.36% from 255) = 28.8%

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

R = 13.35%
G = 28.8%
B = 57.85%

CMYK

 C value IS 0.77

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#336EDD (or 0x336EDD) is known color: Royal Blue. HEX triplet: 33, 6E and DD. RGB value is (51,110,221). Sum of RGB (Red+Green+Blue) = 51+110+221=382 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.35% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #336EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336EDD is #CC9122. Grayscale: #686868. Windows color (decimal): -13406499 or 14511667. OLE color: 14511667.

HSL color Cylindrical-coordinate representation of color #336EDD: hue angle of 219.18º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #336EDD is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 110 221 -
CMYK 0.77 0.50 0 0.13
HSL 219.18º 0.71% 0.53% -
HSV(B) 219.18º 0.77% 0.87% -
XYZ 19.99 17.08 70.65 -
YUV 105.01 193.45 89.47 -
System Red Green Blue C M Y K H S L
Decimal 51 110 221 0.77 0.50 0 0.13 219.18 0.71 0.53
Hex 33 6E DD 4D 32 0 D DB 47 35
Octal 63 156 335 115 62 0 15 333 107 65
Binary 110011 1101110 11011101 1001101 110010 0 1101 11011011 1000111 110101

Color Harmonies of #336EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336EDD

Black with #336EDD

Text Example


Text Example

White with #336EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336EDD; }

 p { color: rgb(51,110,221); }

 H1.HeaderClassName
 {
   color: #336EDD;
 }
 .AnyTagClassName
 {
   color: #336EDD;
 }
</style>

background-color css

<style>
 a { background-color: #336EDD; }

 a { background-color: rgb(51,110,221); }

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

border-color css

<style>
 span { border-color: #336EDD; }

 span { border-color: rgb(51,110,221); }

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