#1850C7

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

Shades of Cerulean Blue #1850C7

Tints of Cerulean Blue #1850C7

Color information

#1850C7 (or 0x1850C7) is unknown color: approx Cerulean Blue. HEX triplet: 18, 50 and C7. RGB value is (24,80,199). Sum of RGB (Red+Green+Blue) = 24+80+199=303 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.92% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 199 (78.12% from 255 or 65.68% from 303); Max value from RGB is 199 - color contains mainly: blue. Hex color #1850C7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1850C7 is #E7AF38. Grayscale: #4C4C4C. Windows color (decimal): -15183673 or 13062168. OLE color: 13062168.

HSL color Cylindrical-coordinate representation of color #1850C7: hue angle of 220.8º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1850C7 is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB2480199-
CMYK0.880.6000.22
HSL220.8º78.48%43.73%-
HSV(B)220.8º87.94%78.04%-
XYZ13.5510.0655.26-
YUV76.82196.9590.32-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.92%
GREEN value IS 80 (31.64% from 255) = 26.40%
BLUE value IS 199 (78.12% from 255) = 65.68%
R=7.92%
G=26.40%
B=65.68%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal24801990.880.6000.22220.878.4843.73
Hex1850C7583C016dd4e2c
Octal301203071307402633511654
Binary110001010000110001111011000111100010110110111011001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1850C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1850C7; }

 p { color: rgb(24,80,199); }

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

<style>
 a { background-color: #1850C7; }

 a { background-color: rgb(24,80,199); }

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

<style>
 span { border-color: #1850C7; }

 span { border-color: rgb(24,80,199); }

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