#1C53CF

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

Shades of Cerulean Blue #1C53CF

Tints of Cerulean Blue #1C53CF

Color information

#1C53CF (or 0x1C53CF) is unknown color: approx Cerulean Blue. HEX triplet: 1C, 53 and CF. RGB value is (28,83,207). Sum of RGB (Red+Green+Blue) = 28+83+207=318 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.81% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 207 (81.25% from 255 or 65.09% from 318); Max value from RGB is 207 - color contains mainly: blue. Hex color #1C53CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C53CF is #E3AC30. Grayscale: #505050. Windows color (decimal): -14920753 or 13587228. OLE color: 13587228.

HSL color Cylindrical-coordinate representation of color #1C53CF: hue angle of 221.56º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C53CF is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB2883207-
CMYK0.860.6000.19
HSL221.56º76.17%46.08%-
HSV(B)221.56º86.47%81.18%-
XYZ14.8310.9460.36-
YUV80.69199.2890.42-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.81%
GREEN value IS 83 (32.81% from 255) = 26.10%
BLUE value IS 207 (81.25% from 255) = 65.09%
R=8.81%
G=26.10%
B=65.09%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal28832070.860.6000.19221.5676.1746.08
Hex1C53CF563C013de4c2e
Octal341233171267402333611456
Binary111001010011110011111010110111100010011110111101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C53CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C53CF; }

 p { color: rgb(28,83,207); }

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

<style>
 a { background-color: #1C53CF; }

 a { background-color: rgb(28,83,207); }

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

<style>
 span { border-color: #1C53CF; }

 span { border-color: rgb(28,83,207); }

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