Html Css Color HEX #336AFE Royal Blue

📋 copy color: '#336AFE'

red 51 ◦ green 106 ◦ blue 254

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

Shades of Royal Blue #336AFE

Tints of Royal Blue #336AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 61.8%

R = 12.41%
G = 25.79%
B = 61.8%

CMYK

 C value IS 0.80

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#336AFE (or 0x336AFE) is known color: Royal Blue. HEX triplet: 33, 6A and FE. RGB value is (51,106,254). Sum of RGB (Red+Green+Blue) = 51+106+254=411 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.41% from 411); Green value is 106 (41.80% from 255 or 25.79% from 411); Blue value is 254 (99.61% from 255 or 61.80% from 411); Max value from RGB is 254 - color contains mainly: blue. Hex color #336AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #336AFE is #CC9501. Grayscale: #696969. Windows color (decimal): -13407490 or 16673331. OLE color: 16673331.

HSL color Cylindrical-coordinate representation of color #336AFE: hue angle of 223.74º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #336AFE is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 51 106 254 -
CMYK 0.80 0.58 0 0.00
HSL 223.74º 0.99% 0.6% -
HSV(B) 223.74º 0.8% 1% -
XYZ 24.41 18.17 95.99 -
YUV 106.43 211.28 88.47 -
System Red Green Blue C M Y K H S L
Decimal 51 106 254 0.80 0.58 0 0.00 223.74 0.99 0.6
Hex 33 6A FE 50 3A 0 0 E0 63 3C
Octal 63 152 376 120 72 0 0 340 143 74
Binary 110011 1101010 11111110 1010000 111010 0 0 11100000 1100011 111100

Color Harmonies of #336AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336AFE

Black with #336AFE

Text Example


Text Example

White with #336AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,106,254); }

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

background-color css

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

 a { background-color: rgb(51,106,254); }

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

border-color css

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

 span { border-color: rgb(51,106,254); }

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