#2750F2

Color #2750F2 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #2750F2

Tints of Royal Blue #2750F2

Color information

#2750F2 (or 0x2750F2) is unknown color: approx Royal Blue. HEX triplet: 27, 50 and F2. RGB value is (39,80,242). Sum of RGB (Red+Green+Blue) = 39+80+242=361 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.80% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 242 (94.92% from 255 or 67.04% from 361); Max value from RGB is 242 - color contains mainly: blue. Hex color #2750F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2750F2 is #D8AF0D. Grayscale: #555555. Windows color (decimal): -14200590 or 15880231. OLE color: 15880231.

HSL color Cylindrical-coordinate representation of color #2750F2: hue angle of 227.88º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2750F2 is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB3980242-
CMYK0.840.6700.05
HSL227.88º88.65%55.1%-
HSV(B)227.88º83.88%94.9%-
XYZ19.7312.5885.39-
YUV86.21215.9294.33-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.80%
GREEN value IS 80 (31.64% from 255) = 22.16%
BLUE value IS 242 (94.92% from 255) = 67.04%
R=10.80%
G=22.16%
B=67.04%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal39802420.840.6700.05227.8888.6555.1
Hex2750F2544305e45937
Octal471203621241030534413167
Binary100111101000011110010101010010000110101111001001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2750F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2750F2; }

 p { color: rgb(39,80,242); }

 H1.HeaderClassName
 {
   color: #2750F2;
 }
 .AnyTagClassName
 {
   color: #2750F2;
 }
</style>
background-color css

<style>
 a { background-color: #2750F2; }

 a { background-color: rgb(39,80,242); }

 div.DivClassName
 {
   background-color: #2750F2;
 }
 .BgClassName
 {
   background-color: #2750F2;
 }
</style>
border-color css

<style>
 span { border-color: #2750F2; }

 span { border-color: rgb(39,80,242); }

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