Html Css Color HEX #3270F9 Royal Blue

📋 copy color: '#3270F9'

red 50 ◦ green 112 ◦ blue 249

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

Shades of Royal Blue #3270F9

Tints of Royal Blue #3270F9

RGB

 RED value IS 50 (19.92% from 255) = 12.17%

 GREEN value IS 112 (44.14% from 255) = 27.25%

 BLUE value IS 249 (97.66% from 255) = 60.58%

R = 12.17%
G = 27.25%
B = 60.58%

CMYK

 C value IS 0.80

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3270F9 (or 0x3270F9) is known color: Royal Blue. HEX triplet: 32, 70 and F9. RGB value is (50,112,249). Sum of RGB (Red+Green+Blue) = 50+112+249=411 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.17% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 249 (97.66% from 255 or 60.58% from 411); Max value from RGB is 249 - color contains mainly: blue. Hex color #3270F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3270F9 is #CD8F06. Grayscale: #6C6C6C. Windows color (decimal): -13471495 or 16347186. OLE color: 16347186.

HSL color Cylindrical-coordinate representation of color #3270F9: hue angle of 221.31º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3270F9 is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 112 249 -
CMYK 0.80 0.55 0 0.02
HSL 221.31º 0.94% 0.59% -
HSV(B) 221.31º 0.8% 0.98% -
XYZ 24.21 19.11 92.03 -
YUV 109.08 206.96 85.86 -
System Red Green Blue C M Y K H S L
Decimal 50 112 249 0.80 0.55 0 0.02 221.31 0.94 0.59
Hex 32 70 F9 50 37 0 2 DD 5E 3B
Octal 62 160 371 120 67 0 2 335 136 73
Binary 110010 1110000 11111001 1010000 110111 0 10 11011101 1011110 111011

Color Harmonies of #3270F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3270F9

Black with #3270F9

Text Example


Text Example

White with #3270F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3270F9; }

 p { color: rgb(50,112,249); }

 H1.HeaderClassName
 {
   color: #3270F9;
 }
 .AnyTagClassName
 {
   color: #3270F9;
 }
</style>

background-color css

<style>
 a { background-color: #3270F9; }

 a { background-color: rgb(50,112,249); }

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

border-color css

<style>
 span { border-color: #3270F9; }

 span { border-color: rgb(50,112,249); }

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