#1850C3

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

Shades of Cerulean Blue #1850C3

Tints of Cerulean Blue #1850C3

Color information

#1850C3 (or 0x1850C3) is unknown color: approx Cerulean Blue. HEX triplet: 18, 50 and C3. RGB value is (24,80,195). Sum of RGB (Red+Green+Blue) = 24+80+195=299 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.03% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 195 (76.56% from 255 or 65.22% from 299); Max value from RGB is 195 - color contains mainly: blue. Hex color #1850C3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1850C3 is #E7AF3C. Grayscale: #4B4B4B. Windows color (decimal): -15183677 or 12800024. OLE color: 12800024.

HSL color Cylindrical-coordinate representation of color #1850C3: hue angle of 220.35º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1850C3 is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2480195-
CMYK0.880.5900.24
HSL220.35º78.08%42.94%-
HSV(B)220.35º87.69%76.47%-
XYZ13.19.8752.84-
YUV76.37194.9590.65-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.03%
GREEN value IS 80 (31.64% from 255) = 26.76%
BLUE value IS 195 (76.56% from 255) = 65.22%
R=8.03%
G=26.76%
B=65.22%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal24801950.880.5900.24220.3578.0842.94
Hex1850C3583B018dc4e2b
Octal301203031307303033411653
Binary110001010000110000111011000111011011000110111001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1850C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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