Html Css Color HEX #336EF5 Royal Blue

📋 copy color: '#336EF5'

red 51 ◦ green 110 ◦ blue 245

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

Shades of Royal Blue #336EF5

Tints of Royal Blue #336EF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 60.34%

R = 12.56%
G = 27.09%
B = 60.34%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#336EF5 (or 0x336EF5) is known color: Royal Blue. HEX triplet: 33, 6E and F5. RGB value is (51,110,245). Sum of RGB (Red+Green+Blue) = 51+110+245=406 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.56% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 245 (96.09% from 255 or 60.34% from 406); Max value from RGB is 245 - color contains mainly: blue. Hex color #336EF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #336EF5 is #CC910A. Grayscale: #6B6B6B. Windows color (decimal): -13406475 or 16084531. OLE color: 16084531.

HSL color Cylindrical-coordinate representation of color #336EF5: hue angle of 221.75º degrees, saturation: 0.91, 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 #336EF5 is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 51 110 245 -
CMYK 0.79 0.55 0 0.04
HSL 221.75º 0.91% 0.58% -
HSV(B) 221.75º 0.79% 0.96% -
XYZ 23.42 18.45 88.71 -
YUV 107.75 205.45 87.52 -
System Red Green Blue C M Y K H S L
Decimal 51 110 245 0.79 0.55 0 0.04 221.75 0.91 0.58
Hex 33 6E F5 4F 37 0 4 DE 5B 3A
Octal 63 156 365 117 67 0 4 336 133 72
Binary 110011 1101110 11110101 1001111 110111 0 100 11011110 1011011 111010

Color Harmonies of #336EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336EF5

Black with #336EF5

Text Example


Text Example

White with #336EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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