Html Css Color HEX #1949DD Cerulean Blue

📋 copy color: '#1949DD'

red 25 ◦ green 73 ◦ blue 221

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

Shades of Cerulean Blue #1949DD

Tints of Cerulean Blue #1949DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 69.28%

R = 7.84%
G = 22.88%
B = 69.28%

CMYK

 C value IS 0.89

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1949DD (or 0x1949DD) is known color: Cerulean Blue. HEX triplet: 19, 49 and DD. RGB value is (25,73,221). Sum of RGB (Red+Green+Blue) = 25+73+221=319 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.84% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 221 (86.72% from 255 or 69.28% from 319); Max value from RGB is 221 - color contains mainly: blue. Hex color #1949DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1949DD is #E6B622. Grayscale: #4A4A4A. Windows color (decimal): -15119907 or 14502169. OLE color: 14502169.

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

Color convert

RGB 25 73 221 -
CMYK 0.89 0.67 0 0.13
HSL 225.31º 0.8% 0.48% -
HSV(B) 225.31º 0.89% 0.87% -
XYZ 15.83 10.19 69.54 -
YUV 75.52 210.1 91.97 -
System Red Green Blue C M Y K H S L
Decimal 25 73 221 0.89 0.67 0 0.13 225.31 0.8 0.48
Hex 19 49 DD 59 43 0 D E1 50 30
Octal 31 111 335 131 103 0 15 341 120 60
Binary 11001 1001001 11011101 1011001 1000011 0 1101 11100001 1010000 110000

Color Harmonies of #1949DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1949DD

Black with #1949DD

Text Example


Text Example

White with #1949DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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