Html Css Color HEX #1B47DB Cerulean Blue

📋 copy color: '#1B47DB'

red 27 ◦ green 71 ◦ blue 219

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

Shades of Cerulean Blue #1B47DB

Tints of Cerulean Blue #1B47DB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.4%

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

R = 8.52%
G = 22.4%
B = 69.09%

CMYK

 C value IS 0.88

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1B47DB (or 0x1B47DB) is known color: Cerulean Blue. HEX triplet: 1B, 47 and DB. RGB value is (27,71,219). Sum of RGB (Red+Green+Blue) = 27+71+219=317 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.52% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 219 (85.94% from 255 or 69.09% from 317); Max value from RGB is 219 - color contains mainly: blue. Hex color #1B47DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B47DB is #E4B824. Grayscale: #4A4A4A. Windows color (decimal): -14989349 or 14370587. OLE color: 14370587.

HSL color Cylindrical-coordinate representation of color #1B47DB: hue angle of 226.25º 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 #1B47DB is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 27 71 219 -
CMYK 0.88 0.68 0 0.14
HSL 226.25º 0.78% 0.48% -
HSV(B) 226.25º 0.88% 0.86% -
XYZ 15.49 9.85 68.1 -
YUV 74.72 209.42 93.97 -
System Red Green Blue C M Y K H S L
Decimal 27 71 219 0.88 0.68 0 0.14 226.25 0.78 0.48
Hex 1B 47 DB 58 44 0 E E2 4E 30
Octal 33 107 333 130 104 0 16 342 116 60
Binary 11011 1000111 11011011 1011000 1000100 0 1110 11100010 1001110 110000

Color Harmonies of #1B47DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B47DB

Black with #1B47DB

Text Example


Text Example

White with #1B47DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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