#1852CD

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

Shades of Cerulean Blue #1852CD

Tints of Cerulean Blue #1852CD

Color information

#1852CD (or 0x1852CD) is unknown color: approx Cerulean Blue. HEX triplet: 18, 52 and CD. RGB value is (24,82,205). Sum of RGB (Red+Green+Blue) = 24+82+205=311 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.72% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 205 (80.47% from 255 or 65.92% from 311); Max value from RGB is 205 - color contains mainly: blue. Hex color #1852CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1852CD is #E7AD32. Grayscale: #4E4E4E. Windows color (decimal): -15183155 or 13455896. OLE color: 13455896.

HSL color Cylindrical-coordinate representation of color #1852CD: hue angle of 220.77º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1852CD is Cyan = 0.88, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB2482205-
CMYK0.880.600.20
HSL220.77º79.04%44.9%-
HSV(B)220.77º88.29%80.39%-
XYZ14.4110.6459.05-
YUV78.68199.2889-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.72%
GREEN value IS 82 (32.42% from 255) = 26.37%
BLUE value IS 205 (80.47% from 255) = 65.92%
R=7.72%
G=26.37%
B=65.92%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal24822050.880.600.20220.7779.0444.9
Hex1852CD583C014dd4f2d
Octal301223151307402433511755
Binary110001010010110011011011000111100010100110111011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1852CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1852CD; }

 p { color: rgb(24,82,205); }

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

<style>
 a { background-color: #1852CD; }

 a { background-color: rgb(24,82,205); }

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

<style>
 span { border-color: #1852CD; }

 span { border-color: rgb(24,82,205); }

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