Html Css Color HEX #1649DC Cerulean Blue

📋 copy color: '#1649DC'

red 22 ◦ green 73 ◦ blue 220

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

Shades of Cerulean Blue #1649DC

Tints of Cerulean Blue #1649DC

RGB

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

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

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

R = 6.98%
G = 23.17%
B = 69.84%

CMYK

 C value IS 0.9

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1649DC (or 0x1649DC) is known color: Cerulean Blue. HEX triplet: 16, 49 and DC. RGB value is (22,73,220). Sum of RGB (Red+Green+Blue) = 22+73+220=315 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.98% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 220 (86.33% from 255 or 69.84% from 315); Max value from RGB is 220 - color contains mainly: blue. Hex color #1649DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1649DC is #E9B623. Grayscale: #494949. Windows color (decimal): -15316516 or 14436630. OLE color: 14436630.

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

Color convert

RGB 22 73 220 -
CMYK 0.9 0.67 0 0.14
HSL 224.55º 0.82% 0.47% -
HSV(B) 224.55º 0.9% 0.86% -
XYZ 15.63 10.1 68.84 -
YUV 74.51 210.1 90.55 -
System Red Green Blue C M Y K H S L
Decimal 22 73 220 0.9 0.67 0 0.14 224.55 0.82 0.47
Hex 16 49 DC 5A 43 0 E E1 52 2F
Octal 26 111 334 132 103 0 16 341 122 57
Binary 10110 1001001 11011100 1011010 1000011 0 1110 11100001 1010010 101111

Color Harmonies of #1649DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1649DC

Black with #1649DC

Text Example


Text Example

White with #1649DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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