Html Css Color HEX #1849DC Cerulean Blue

📋 copy color: '#1849DC'

red 24 ◦ green 73 ◦ blue 220

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

Shades of Cerulean Blue #1849DC

Tints of Cerulean Blue #1849DC

RGB

 RED value IS 24 (9.77% from 255) = 7.57%

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

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

R = 7.57%
G = 23.03%
B = 69.4%

CMYK

 C value IS 0.89

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1849DC (or 0x1849DC) is known color: Cerulean Blue. HEX triplet: 18, 49 and DC. RGB value is (24,73,220). Sum of RGB (Red+Green+Blue) = 24+73+220=317 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.57% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 220 (86.33% from 255 or 69.40% from 317); Max value from RGB is 220 - color contains mainly: blue. Hex color #1849DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1849DC is #E7B623. Grayscale: #4A4A4A. Windows color (decimal): -15185444 or 14436632. OLE color: 14436632.

HSL color Cylindrical-coordinate representation of color #1849DC: hue angle of 225º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1849DC is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 73 220 -
CMYK 0.89 0.67 0 0.14
HSL 225º 0.8% 0.48% -
HSV(B) 225º 0.89% 0.86% -
XYZ 15.68 10.13 68.84 -
YUV 75.11 209.77 91.55 -
System Red Green Blue C M Y K H S L
Decimal 24 73 220 0.89 0.67 0 0.14 225 0.8 0.48
Hex 18 49 DC 59 43 0 E E1 50 30
Octal 30 111 334 131 103 0 16 341 120 60
Binary 11000 1001001 11011100 1011001 1000011 0 1110 11100001 1010000 110000

Color Harmonies of #1849DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1849DC

Black with #1849DC

Text Example


Text Example

White with #1849DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1849DC; }

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

 H1.HeaderClassName
 {
   color: #1849DC;
 }
 .AnyTagClassName
 {
   color: #1849DC;
 }
</style>

background-color css

<style>
 a { background-color: #1849DC; }

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

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

border-color css

<style>
 span { border-color: #1849DC; }

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

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