Html Css Color HEX #1649DB Cerulean Blue

📋 copy color: '#1649DB'

red 22 ◦ green 73 ◦ blue 219

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

Shades of Cerulean Blue #1649DB

Tints of Cerulean Blue #1649DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 69.75%

R = 7.01%
G = 23.25%
B = 69.75%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1649DB (or 0x1649DB) is known color: Cerulean Blue. HEX triplet: 16, 49 and DB. RGB value is (22,73,219). Sum of RGB (Red+Green+Blue) = 22+73+219=314 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.01% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 219 (85.94% from 255 or 69.75% from 314); Max value from RGB is 219 - color contains mainly: blue. Hex color #1649DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1649DB is #E9B624. Grayscale: #494949. Windows color (decimal): -15316517 or 14371094. OLE color: 14371094.

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

Color convert

RGB 22 73 219 -
CMYK 0.90 0.67 0 0.14
HSL 224.47º 0.82% 0.47% -
HSV(B) 224.47º 0.9% 0.86% -
XYZ 15.5 10.05 68.14 -
YUV 74.4 209.6 90.63 -
System Red Green Blue C M Y K H S L
Decimal 22 73 219 0.90 0.67 0 0.14 224.47 0.82 0.47
Hex 16 49 DB 5A 43 0 E E0 52 2F
Octal 26 111 333 132 103 0 16 340 122 57
Binary 10110 1001001 11011011 1011010 1000011 0 1110 11100000 1010010 101111

Color Harmonies of #1649DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1649DB

Black with #1649DB

Text Example


Text Example

White with #1649DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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