Html Css Color HEX #1649DD Cerulean Blue

📋 copy color: '#1649DD'

red 22 ◦ green 73 ◦ blue 221

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

Shades of Cerulean Blue #1649DD

Tints of Cerulean Blue #1649DD

RGB

 RED value IS 22 (8.98% from 255) = 6.96%

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

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

R = 6.96%
G = 23.1%
B = 69.94%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1649DD (or 0x1649DD) is known color: Cerulean Blue. HEX triplet: 16, 49 and DD. RGB value is (22,73,221). Sum of RGB (Red+Green+Blue) = 22+73+221=316 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.96% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 221 (86.72% from 255 or 69.94% from 316); Max value from RGB is 221 - color contains mainly: blue. Hex color #1649DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1649DD is #E9B622. Grayscale: #494949. Windows color (decimal): -15316515 or 14502166. OLE color: 14502166.

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

Color convert

RGB 22 73 221 -
CMYK 0.90 0.67 0 0.13
HSL 224.62º 0.82% 0.48% -
HSV(B) 224.62º 0.9% 0.87% -
XYZ 15.76 10.16 69.54 -
YUV 74.62 210.6 90.47 -
System Red Green Blue C M Y K H S L
Decimal 22 73 221 0.90 0.67 0 0.13 224.62 0.82 0.48
Hex 16 49 DD 5A 43 0 D E1 52 30
Octal 26 111 335 132 103 0 15 341 122 60
Binary 10110 1001001 11011101 1011010 1000011 0 1101 11100001 1010010 110000

Color Harmonies of #1649DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1649DD

Black with #1649DD

Text Example


Text Example

White with #1649DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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