Html Css Color HEX #1B4CDB Cerulean Blue

📋 copy color: '#1B4CDB'

red 27 ◦ green 76 ◦ blue 219

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

Shades of Cerulean Blue #1B4CDB

Tints of Cerulean Blue #1B4CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.6%

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

R = 8.39%
G = 23.6%
B = 68.01%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1B4CDB (or 0x1B4CDB) is known color: Cerulean Blue. HEX triplet: 1B, 4C and DB. RGB value is (27,76,219). Sum of RGB (Red+Green+Blue) = 27+76+219=322 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.39% from 322); Green value is 76 (30.08% from 255 or 23.60% from 322); Blue value is 219 (85.94% from 255 or 68.01% from 322); Max value from RGB is 219 - color contains mainly: blue. Hex color #1B4CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B4CDB is #E4B324. Grayscale: #4D4D4D. Windows color (decimal): -14988069 or 14371867. OLE color: 14371867.

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

Color convert

RGB 27 76 219 -
CMYK 0.88 0.65 0 0.14
HSL 224.69º 0.78% 0.48% -
HSV(B) 224.69º 0.88% 0.86% -
XYZ 15.82 10.52 68.21 -
YUV 77.65 207.77 91.87 -
System Red Green Blue C M Y K H S L
Decimal 27 76 219 0.88 0.65 0 0.14 224.69 0.78 0.48
Hex 1B 4C DB 58 41 0 E E1 4E 30
Octal 33 114 333 130 101 0 16 341 116 60
Binary 11011 1001100 11011011 1011000 1000001 0 1110 11100001 1001110 110000

Color Harmonies of #1B4CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4CDB

Black with #1B4CDB

Text Example


Text Example

White with #1B4CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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