Html Css Color HEX #1949DC Cerulean Blue

📋 copy color: '#1949DC'

red 25 ◦ green 73 ◦ blue 220

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

Shades of Cerulean Blue #1949DC

Tints of Cerulean Blue #1949DC

RGB

 RED value IS 25 (10.16% from 255) = 7.86%

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

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

R = 7.86%
G = 22.96%
B = 69.18%

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

#1949DC (or 0x1949DC) is known color: Cerulean Blue. HEX triplet: 19, 49 and DC. RGB value is (25,73,220). Sum of RGB (Red+Green+Blue) = 25+73+220=318 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.86% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 220 (86.33% from 255 or 69.18% from 318); Max value from RGB is 220 - color contains mainly: blue. Hex color #1949DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1949DC is #E6B623. Grayscale: #4A4A4A. Windows color (decimal): -15119908 or 14436633. OLE color: 14436633.

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

Color convert

RGB 25 73 220 -
CMYK 0.89 0.67 0 0.14
HSL 225.23º 0.8% 0.48% -
HSV(B) 225.23º 0.89% 0.86% -
XYZ 15.7 10.14 68.84 -
YUV 75.41 209.6 92.05 -
System Red Green Blue C M Y K H S L
Decimal 25 73 220 0.89 0.67 0 0.14 225.23 0.8 0.48
Hex 19 49 DC 59 43 0 E E1 50 30
Octal 31 111 334 131 103 0 16 341 120 60
Binary 11001 1001001 11011100 1011001 1000011 0 1110 11100001 1010000 110000

Color Harmonies of #1949DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1949DC

Black with #1949DC

Text Example


Text Example

White with #1949DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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