#1750DE

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

Shades of Cerulean Blue #1750DE

Tints of Cerulean Blue #1750DE

Color information

#1750DE (or 0x1750DE) is unknown color: approx Cerulean Blue. HEX triplet: 17, 50 and DE. RGB value is (23,80,222). Sum of RGB (Red+Green+Blue) = 23+80+222=325 (43% of max value = 765). Red value is 23 (9.38% from 255 or 7.08% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 222 (87.11% from 255 or 68.31% from 325); Max value from RGB is 222 - color contains mainly: blue. Hex color #1750DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1750DE is #E8AF21. Grayscale: #4E4E4E. Windows color (decimal): -15249186 or 14569495. OLE color: 14569495.

HSL color Cylindrical-coordinate representation of color #1750DE: hue angle of 222.81º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1750DE is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB2380222-
CMYK0.900.6400.13
HSL222.81º81.22%48.04%-
HSV(B)222.81º89.64%87.06%-
XYZ16.4111.1970.4-
YUV79.14208.6287.95-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.08%
GREEN value IS 80 (31.64% from 255) = 24.62%
BLUE value IS 222 (87.11% from 255) = 68.31%
R=7.08%
G=24.62%
B=68.31%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal23802220.900.6400.13222.8181.2248.04
Hex1750DE5A400Ddf5130
Octal2712033613210001533712160
Binary101111010000110111101011010100000001101110111111010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1750DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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