#1650D7

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

Shades of Cerulean Blue #1650D7

Tints of Cerulean Blue #1650D7

Color information

#1650D7 (or 0x1650D7) is unknown color: approx Cerulean Blue. HEX triplet: 16, 50 and D7. RGB value is (22,80,215). Sum of RGB (Red+Green+Blue) = 22+80+215=317 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.94% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 215 (84.38% from 255 or 67.82% from 317); Max value from RGB is 215 - color contains mainly: blue. Hex color #1650D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1650D7 is #E9AF28. Grayscale: #4D4D4D. Windows color (decimal): -15314729 or 14110742. OLE color: 14110742.

HSL color Cylindrical-coordinate representation of color #1650D7: hue angle of 221.97º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1650D7 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB2280215-
CMYK0.900.6300.16
HSL221.97º81.43%46.47%-
HSV(B)221.97º89.77%84.31%-
XYZ15.4710.8165.56-
YUV78.05205.2888.02-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.94%
GREEN value IS 80 (31.64% from 255) = 25.24%
BLUE value IS 215 (84.38% from 255) = 67.82%
R=6.94%
G=25.24%
B=67.82%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal22802150.900.6300.16221.9781.4346.47
Hex1650D75A3F010de512e
Octal261203271327702033612156
Binary101101010000110101111011010111111010000110111101010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1650D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1650D7; }

 p { color: rgb(22,80,215); }

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

<style>
 a { background-color: #1650D7; }

 a { background-color: rgb(22,80,215); }

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

<style>
 span { border-color: #1650D7; }

 span { border-color: rgb(22,80,215); }

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