#1850CA

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

Shades of Cerulean Blue #1850CA

Tints of Cerulean Blue #1850CA

Color information

#1850CA (or 0x1850CA) is unknown color: approx Cerulean Blue. HEX triplet: 18, 50 and CA. RGB value is (24,80,202). Sum of RGB (Red+Green+Blue) = 24+80+202=306 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.84% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 202 (79.30% from 255 or 66.01% from 306); Max value from RGB is 202 - color contains mainly: blue. Hex color #1850CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1850CA is #E7AF35. Grayscale: #4C4C4C. Windows color (decimal): -15183670 or 13258776. OLE color: 13258776.

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

Color convert

RGB2480202-
CMYK0.880.6000.21
HSL221.12º78.76%44.31%-
HSV(B)221.12º88.12%79.22%-
XYZ13.9110.257.11-
YUV77.16198.4590.08-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.84%
GREEN value IS 80 (31.64% from 255) = 26.14%
BLUE value IS 202 (79.30% from 255) = 66.01%
R=7.84%
G=26.14%
B=66.01%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal24802020.880.6000.21221.1278.7644.31
Hex1850CA583C015dd4f2c
Octal301203121307402533511754
Binary110001010000110010101011000111100010101110111011001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1850CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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