Html Css Color HEX #3366FD Royal Blue

📋 copy color: '#3366FD'

red 51 ◦ green 102 ◦ blue 253

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

Shades of Royal Blue #3366FD

Tints of Royal Blue #3366FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 62.32%

R = 12.56%
G = 25.12%
B = 62.32%

CMYK

 C value IS 0.80

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3366FD (or 0x3366FD) is known color: Royal Blue. HEX triplet: 33, 66 and FD. RGB value is (51,102,253). Sum of RGB (Red+Green+Blue) = 51+102+253=406 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.56% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 253 (99.22% from 255 or 62.32% from 406); Max value from RGB is 253 - color contains mainly: blue. Hex color #3366FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3366FD is #CC9902. Grayscale: #676767. Windows color (decimal): -13408515 or 16606771. OLE color: 16606771.

HSL color Cylindrical-coordinate representation of color #3366FD: hue angle of 224.85º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3366FD is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 51 102 253 -
CMYK 0.80 0.60 0 0.01
HSL 224.85º 0.98% 0.6% -
HSV(B) 224.85º 0.8% 0.99% -
XYZ 23.85 17.3 95.01 -
YUV 103.97 212.1 90.22 -
System Red Green Blue C M Y K H S L
Decimal 51 102 253 0.80 0.60 0 0.01 224.85 0.98 0.6
Hex 33 66 FD 50 3C 0 1 E1 62 3C
Octal 63 146 375 120 74 0 1 341 142 74
Binary 110011 1100110 11111101 1010000 111100 0 1 11100001 1100010 111100

Color Harmonies of #3366FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3366FD

Black with #3366FD

Text Example


Text Example

White with #3366FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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