Html Css Color HEX #1C49DC Cerulean Blue

📋 copy color: '#1C49DC'

red 28 ◦ green 73 ◦ blue 220

#1C49DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #1C49DC

Tints of Cerulean Blue #1C49DC

RGB

 RED value IS 28 (11.33% from 255) = 8.72%

 GREEN value IS 73 (28.91% from 255) = 22.74%

 BLUE value IS 220 (86.33% from 255) = 68.54%

R = 8.72%
G = 22.74%
B = 68.54%

CMYK

 C value IS 0.87

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1C49DC (or 0x1C49DC) is known color: Cerulean Blue. HEX triplet: 1C, 49 and DC. RGB value is (28,73,220). Sum of RGB (Red+Green+Blue) = 28+73+220=321 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.72% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 220 (86.33% from 255 or 68.54% from 321); Max value from RGB is 220 - color contains mainly: blue. Hex color #1C49DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C49DC is #E3B623. Grayscale: #4B4B4B. Windows color (decimal): -14923300 or 14436636. OLE color: 14436636.

HSL color Cylindrical-coordinate representation of color #1C49DC: hue angle of 225.94º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C49DC is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 28 73 220 -
CMYK 0.87 0.67 0 0.14
HSL 225.94º 0.77% 0.49% -
HSV(B) 225.94º 0.87% 0.86% -
XYZ 15.78 10.18 68.84 -
YUV 76.3 209.09 93.55 -
System Red Green Blue C M Y K H S L
Decimal 28 73 220 0.87 0.67 0 0.14 225.94 0.77 0.49
Hex 1C 49 DC 57 43 0 E E2 4D 31
Octal 34 111 334 127 103 0 16 342 115 61
Binary 11100 1001001 11011100 1010111 1000011 0 1110 11100010 1001101 110001

Color Harmonies of #1C49DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C49DC

Black with #1C49DC

Text Example


Text Example

White with #1C49DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,73,220); }

 H1.HeaderClassName
 {
   color: #1C49DC;
 }
 .AnyTagClassName
 {
   color: #1C49DC;
 }
</style>

background-color css

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

 a { background-color: rgb(28,73,220); }

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

border-color css

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

 span { border-color: rgb(28,73,220); }

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