Html Css Color HEX #154BDB Cerulean Blue

📋 copy color: '#154BDB'

red 21 ◦ green 75 ◦ blue 219

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

Shades of Cerulean Blue #154BDB

Tints of Cerulean Blue #154BDB

RGB

 RED value IS 21 (8.59% from 255) = 6.67%

 GREEN value IS 75 (29.69% from 255) = 23.81%

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

R = 6.67%
G = 23.81%
B = 69.52%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#154BDB (or 0x154BDB) is known color: Cerulean Blue. HEX triplet: 15, 4B and DB. RGB value is (21,75,219). Sum of RGB (Red+Green+Blue) = 21+75+219=315 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.67% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 219 (85.94% from 255 or 69.52% from 315); Max value from RGB is 219 - color contains mainly: blue. Hex color #154BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #154BDB is #EAB424. Grayscale: #4A4A4A. Windows color (decimal): -15381541 or 14371605. OLE color: 14371605.

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

Color convert

RGB 21 75 219 -
CMYK 0.90 0.66 0 0.14
HSL 223.64º 0.83% 0.47% -
HSV(B) 223.64º 0.9% 0.86% -
XYZ 15.61 10.31 68.18 -
YUV 75.27 209.11 89.29 -
System Red Green Blue C M Y K H S L
Decimal 21 75 219 0.90 0.66 0 0.14 223.64 0.83 0.47
Hex 15 4B DB 5A 42 0 E E0 52 2F
Octal 25 113 333 132 102 0 16 340 122 57
Binary 10101 1001011 11011011 1011010 1000010 0 1110 11100000 1010010 101111

Color Harmonies of #154BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154BDB

Black with #154BDB

Text Example


Text Example

White with #154BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154BDB; }

 p { color: rgb(21,75,219); }

 H1.HeaderClassName
 {
   color: #154BDB;
 }
 .AnyTagClassName
 {
   color: #154BDB;
 }
</style>

background-color css

<style>
 a { background-color: #154BDB; }

 a { background-color: rgb(21,75,219); }

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

border-color css

<style>
 span { border-color: #154BDB; }

 span { border-color: rgb(21,75,219); }

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