Html Css Color HEX #3366FE Royal Blue

📋 copy color: '#3366FE'

red 51 ◦ green 102 ◦ blue 254

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

Shades of Royal Blue #3366FE

Tints of Royal Blue #3366FE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.06%

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

R = 12.53%
G = 25.06%
B = 62.41%

CMYK

 C value IS 0.80

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3366FE (or 0x3366FE) is known color: Royal Blue. HEX triplet: 33, 66 and FE. RGB value is (51,102,254). Sum of RGB (Red+Green+Blue) = 51+102+254=407 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.53% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 254 (99.61% from 255 or 62.41% from 407); Max value from RGB is 254 - color contains mainly: blue. Hex color #3366FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3366FE is #CC9901. Grayscale: #676767. Windows color (decimal): -13408514 or 16672307. OLE color: 16672307.

HSL color Cylindrical-coordinate representation of color #3366FE: hue angle of 224.93º 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 #3366FE is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 51 102 254 -
CMYK 0.80 0.60 0 0.00
HSL 224.93º 0.99% 0.6% -
HSV(B) 224.93º 0.8% 1% -
XYZ 24.01 17.36 95.85 -
YUV 104.08 212.6 90.14 -
System Red Green Blue C M Y K H S L
Decimal 51 102 254 0.80 0.60 0 0.00 224.93 0.99 0.6
Hex 33 66 FE 50 3C 0 0 E1 63 3C
Octal 63 146 376 120 74 0 0 341 143 74
Binary 110011 1100110 11111110 1010000 111100 0 0 11100001 1100011 111100

Color Harmonies of #3366FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3366FE

Black with #3366FE

Text Example


Text Example

White with #3366FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3366FE; }

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

 H1.HeaderClassName
 {
   color: #3366FE;
 }
 .AnyTagClassName
 {
   color: #3366FE;
 }
</style>

background-color css

<style>
 a { background-color: #3366FE; }

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

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

border-color css

<style>
 span { border-color: #3366FE; }

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

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