Html Css Color HEX #1B49DB Cerulean Blue

📋 copy color: '#1B49DB'

red 27 ◦ green 73 ◦ blue 219

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

Shades of Cerulean Blue #1B49DB

Tints of Cerulean Blue #1B49DB

RGB

 RED value IS 27 (10.94% from 255) = 8.46%

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

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

R = 8.46%
G = 22.88%
B = 68.65%

CMYK

 C value IS 0.88

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1B49DB (or 0x1B49DB) is known color: Cerulean Blue. HEX triplet: 1B, 49 and DB. RGB value is (27,73,219). Sum of RGB (Red+Green+Blue) = 27+73+219=319 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.46% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 219 (85.94% from 255 or 68.65% from 319); Max value from RGB is 219 - color contains mainly: blue. Hex color #1B49DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B49DB is #E4B624. Grayscale: #4B4B4B. Windows color (decimal): -14988837 or 14371099. OLE color: 14371099.

HSL color Cylindrical-coordinate representation of color #1B49DB: hue angle of 225.62º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B49DB is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 27 73 219 -
CMYK 0.88 0.67 0 0.14
HSL 225.63º 0.78% 0.48% -
HSV(B) 225.63º 0.88% 0.86% -
XYZ 15.62 10.11 68.15 -
YUV 75.89 208.76 93.13 -
System Red Green Blue C M Y K H S L
Decimal 27 73 219 0.88 0.67 0 0.14 225.63 0.78 0.48
Hex 1B 49 DB 58 43 0 E E2 4E 30
Octal 33 111 333 130 103 0 16 342 116 60
Binary 11011 1001001 11011011 1011000 1000011 0 1110 11100010 1001110 110000

Color Harmonies of #1B49DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B49DB

Black with #1B49DB

Text Example


Text Example

White with #1B49DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B49DB; }

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

 H1.HeaderClassName
 {
   color: #1B49DB;
 }
 .AnyTagClassName
 {
   color: #1B49DB;
 }
</style>

background-color css

<style>
 a { background-color: #1B49DB; }

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

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

border-color css

<style>
 span { border-color: #1B49DB; }

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

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