Html Css Color HEX #336BF6 Royal Blue

📋 copy color: '#336BF6'

red 51 ◦ green 107 ◦ blue 246

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

Shades of Royal Blue #336BF6

Tints of Royal Blue #336BF6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.49%

 BLUE value IS 246 (96.48% from 255) = 60.89%

R = 12.62%
G = 26.49%
B = 60.89%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#336BF6 (or 0x336BF6) is known color: Royal Blue. HEX triplet: 33, 6B and F6. RGB value is (51,107,246). Sum of RGB (Red+Green+Blue) = 51+107+246=404 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.62% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 246 (96.48% from 255 or 60.89% from 404); Max value from RGB is 246 - color contains mainly: blue. Hex color #336BF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #336BF6 is #CC9409. Grayscale: #696969. Windows color (decimal): -13407242 or 16149299. OLE color: 16149299.

HSL color Cylindrical-coordinate representation of color #336BF6: hue angle of 222.77º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #336BF6 is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 51 107 246 -
CMYK 0.79 0.57 0 0.04
HSL 222.77º 0.92% 0.58% -
HSV(B) 222.77º 0.79% 0.96% -
XYZ 23.26 17.87 89.41 -
YUV 106.1 206.95 88.7 -
System Red Green Blue C M Y K H S L
Decimal 51 107 246 0.79 0.57 0 0.04 222.77 0.92 0.58
Hex 33 6B F6 4F 39 0 4 DF 5C 3A
Octal 63 153 366 117 71 0 4 337 134 72
Binary 110011 1101011 11110110 1001111 111001 0 100 11011111 1011100 111010

Color Harmonies of #336BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336BF6

Black with #336BF6

Text Example


Text Example

White with #336BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,107,246); }

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

background-color css

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

 a { background-color: rgb(51,107,246); }

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

border-color css

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

 span { border-color: rgb(51,107,246); }

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