Html Css Color HEX #1D49DC Cerulean Blue

📋 copy color: '#1D49DC'

red 29 ◦ green 73 ◦ blue 220

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

Shades of Cerulean Blue #1D49DC

Tints of Cerulean Blue #1D49DC

RGB

 RED value IS 29 (11.72% from 255) = 9.01%

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

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

R = 9.01%
G = 22.67%
B = 68.32%

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

#1D49DC (or 0x1D49DC) is known color: Cerulean Blue. HEX triplet: 1D, 49 and DC. RGB value is (29,73,220). Sum of RGB (Red+Green+Blue) = 29+73+220=322 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.01% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 220 (86.33% from 255 or 68.32% from 322); Max value from RGB is 220 - color contains mainly: blue. Hex color #1D49DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D49DC is #E2B623. Grayscale: #4B4B4B. Windows color (decimal): -14857764 or 14436637. OLE color: 14436637.

HSL color Cylindrical-coordinate representation of color #1D49DC: hue angle of 226.18º 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 #1D49DC is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 29 73 220 -
CMYK 0.87 0.67 0 0.14
HSL 226.18º 0.77% 0.49% -
HSV(B) 226.18º 0.87% 0.86% -
XYZ 15.81 10.19 68.84 -
YUV 76.6 208.92 94.05 -
System Red Green Blue C M Y K H S L
Decimal 29 73 220 0.87 0.67 0 0.14 226.18 0.77 0.49
Hex 1D 49 DC 57 43 0 E E2 4D 31
Octal 35 111 334 127 103 0 16 342 115 61
Binary 11101 1001001 11011100 1010111 1000011 0 1110 11100010 1001101 110001

Color Harmonies of #1D49DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D49DC

Black with #1D49DC

Text Example


Text Example

White with #1D49DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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