#1750F3

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

Shades of Royal Blue #1750F3

Tints of Royal Blue #1750F3

Color information

#1750F3 (or 0x1750F3) is unknown color: approx Royal Blue. HEX triplet: 17, 50 and F3. RGB value is (23,80,243). Sum of RGB (Red+Green+Blue) = 23+80+243=346 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.65% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 243 (95.31% from 255 or 70.23% from 346); Max value from RGB is 243 - color contains mainly: blue. Hex color #1750F3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1750F3 is #E8AF0C. Grayscale: #505050. Windows color (decimal): -15249165 or 15945751. OLE color: 15945751.

HSL color Cylindrical-coordinate representation of color #1750F3: hue angle of 224.45º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1750F3 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB2380243-
CMYK0.910.6700.05
HSL224.45º90.16%52.16%-
HSV(B)224.45º90.53%95.29%-
XYZ19.412.3986.16-
YUV81.54219.1286.25-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.65%
GREEN value IS 80 (31.64% from 255) = 23.12%
BLUE value IS 243 (95.31% from 255) = 70.23%
R=6.65%
G=23.12%
B=70.23%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal23802430.910.6700.05224.4590.1652.16
Hex1750F35B4305e05a34
Octal271203631331030534013264
Binary10111101000011110011101101110000110101111000001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1750F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1750F3; }

 p { color: rgb(23,80,243); }

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

<style>
 a { background-color: #1750F3; }

 a { background-color: rgb(23,80,243); }

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

<style>
 span { border-color: #1750F3; }

 span { border-color: rgb(23,80,243); }

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