#2375D9

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

Shades of Royal Blue #2375D9

Tints of Royal Blue #2375D9

Color information

#2375D9 (or 0x2375D9) is unknown color: approx Royal Blue. HEX triplet: 23, 75 and D9. RGB value is (35,117,217). Sum of RGB (Red+Green+Blue) = 35+117+217=369 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.49% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 217 (85.16% from 255 or 58.81% from 369); Max value from RGB is 217 - color contains mainly: blue. Hex color #2375D9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2375D9 is #DC8A26. Grayscale: #676767. Windows color (decimal): -14453287 or 14251299. OLE color: 14251299.

HSL color Cylindrical-coordinate representation of color #2375D9: hue angle of 212.97º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2375D9 is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB35117217-
CMYK0.840.4600.15
HSL212.97º72.22%49.41%-
HSV(B)212.97º83.87%85.1%-
XYZ19.5818.0968.11-
YUV103.88191.8378.87-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.49%
GREEN value IS 117 (46.09% from 255) = 31.71%
BLUE value IS 217 (85.16% from 255) = 58.81%
R=9.49%
G=31.71%
B=58.81%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal351172170.840.4600.15212.9772.2249.41
Hex2375D9542E0Fd54831
Octal431653311245601732511061
Binary100011111010111011001101010010111001111110101011001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2375D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2375D9; }

 p { color: rgb(35,117,217); }

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

<style>
 a { background-color: #2375D9; }

 a { background-color: rgb(35,117,217); }

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

<style>
 span { border-color: #2375D9; }

 span { border-color: rgb(35,117,217); }

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