Html Css Color HEX #154FDB Cerulean Blue

📋 copy color: '#154FDB'

red 21 ◦ green 79 ◦ blue 219

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

Shades of Cerulean Blue #154FDB

Tints of Cerulean Blue #154FDB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.76%

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

R = 6.58%
G = 24.76%
B = 68.65%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#154FDB (or 0x154FDB) is known color: Cerulean Blue. HEX triplet: 15, 4F and DB. RGB value is (21,79,219). Sum of RGB (Red+Green+Blue) = 21+79+219=319 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.58% from 319); Green value is 79 (31.25% from 255 or 24.76% 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 #154FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #154FDB is #EAB024. Grayscale: #4D4D4D. Windows color (decimal): -15380517 or 14372629. OLE color: 14372629.

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

Color convert

RGB 21 79 219 -
CMYK 0.90 0.64 0 0.14
HSL 222.42º 0.83% 0.47% -
HSV(B) 222.42º 0.9% 0.86% -
XYZ 15.89 10.87 68.28 -
YUV 77.62 207.78 87.62 -
System Red Green Blue C M Y K H S L
Decimal 21 79 219 0.90 0.64 0 0.14 222.42 0.83 0.47
Hex 15 4F DB 5A 40 0 E DE 52 2F
Octal 25 117 333 132 100 0 16 336 122 57
Binary 10101 1001111 11011011 1011010 1000000 0 1110 11011110 1010010 101111

Color Harmonies of #154FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154FDB

Black with #154FDB

Text Example


Text Example

White with #154FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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