Html Css Color HEX #336FEB Royal Blue

📋 copy color: '#336FEB'

red 51 ◦ green 111 ◦ blue 235

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

Shades of Royal Blue #336FEB

Tints of Royal Blue #336FEB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.96%

 BLUE value IS 235 (92.19% from 255) = 59.19%

R = 12.85%
G = 27.96%
B = 59.19%

CMYK

 C value IS 0.78

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#336FEB (or 0x336FEB) is known color: Royal Blue. HEX triplet: 33, 6F and EB. RGB value is (51,111,235). Sum of RGB (Red+Green+Blue) = 51+111+235=397 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.85% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 235 (92.19% from 255 or 59.19% from 397); Max value from RGB is 235 - color contains mainly: blue. Hex color #336FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #336FEB is #CC9014. Grayscale: #6A6A6A. Windows color (decimal): -13406229 or 15429427. OLE color: 15429427.

HSL color Cylindrical-coordinate representation of color #336FEB: hue angle of 220.43º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #336FEB is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 51 111 235 -
CMYK 0.78 0.53 0 0.08
HSL 220.43º 0.82% 0.56% -
HSV(B) 220.43º 0.78% 0.92% -
XYZ 22.05 18.07 80.92 -
YUV 107.2 200.12 87.92 -
System Red Green Blue C M Y K H S L
Decimal 51 111 235 0.78 0.53 0 0.08 220.43 0.82 0.56
Hex 33 6F EB 4E 35 0 8 DC 52 38
Octal 63 157 353 116 65 0 10 334 122 70
Binary 110011 1101111 11101011 1001110 110101 0 1000 11011100 1010010 111000

Color Harmonies of #336FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336FEB

Black with #336FEB

Text Example


Text Example

White with #336FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,111,235); }

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

background-color css

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

 a { background-color: rgb(51,111,235); }

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

border-color css

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

 span { border-color: rgb(51,111,235); }

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