Html Css Color HEX #154BD8 Cerulean Blue

📋 copy color: '#154BD8'

red 21 ◦ green 75 ◦ blue 216

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

Shades of Cerulean Blue #154BD8

Tints of Cerulean Blue #154BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 69.23%

R = 6.73%
G = 24.04%
B = 69.23%

CMYK

 C value IS 0.90

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#154BD8 (or 0x154BD8) is known color: Cerulean Blue. HEX triplet: 15, 4B and D8. RGB value is (21,75,216). Sum of RGB (Red+Green+Blue) = 21+75+216=312 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.73% from 312); Green value is 75 (29.69% from 255 or 24.04% from 312); Blue value is 216 (84.77% from 255 or 69.23% from 312); Max value from RGB is 216 - color contains mainly: blue. Hex color #154BD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #154BD8 is #EAB427. Grayscale: #4A4A4A. Windows color (decimal): -15381544 or 14174997. OLE color: 14174997.

HSL color Cylindrical-coordinate representation of color #154BD8: hue angle of 223.38º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #154BD8 is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 21 75 216 -
CMYK 0.90 0.65 0 0.15
HSL 223.38º 0.82% 0.46% -
HSV(B) 223.38º 0.9% 0.85% -
XYZ 15.22 10.15 66.12 -
YUV 74.93 207.61 89.54 -
System Red Green Blue C M Y K H S L
Decimal 21 75 216 0.90 0.65 0 0.15 223.38 0.82 0.46
Hex 15 4B D8 5A 41 0 F DF 52 2E
Octal 25 113 330 132 101 0 17 337 122 56
Binary 10101 1001011 11011000 1011010 1000001 0 1111 11011111 1010010 101110

Color Harmonies of #154BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154BD8

Black with #154BD8

Text Example


Text Example

White with #154BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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