Html Css Color HEX #154CDC Cerulean Blue

📋 copy color: '#154CDC'

red 21 ◦ green 76 ◦ blue 220

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

Shades of Cerulean Blue #154CDC

Tints of Cerulean Blue #154CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 69.4%

R = 6.62%
G = 23.97%
B = 69.4%

CMYK

 C value IS 0.90

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#154CDC (or 0x154CDC) is known color: Cerulean Blue. HEX triplet: 15, 4C and DC. RGB value is (21,76,220). Sum of RGB (Red+Green+Blue) = 21+76+220=317 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.62% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 220 (86.33% from 255 or 69.40% from 317); Max value from RGB is 220 - color contains mainly: blue. Hex color #154CDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #154CDC is #EAB323. Grayscale: #4B4B4B. Windows color (decimal): -15381284 or 14437397. OLE color: 14437397.

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

Color convert

RGB 21 76 220 -
CMYK 0.90 0.65 0 0.14
HSL 223.42º 0.83% 0.47% -
HSV(B) 223.42º 0.9% 0.86% -
XYZ 15.81 10.5 68.9 -
YUV 75.97 209.28 88.79 -
System Red Green Blue C M Y K H S L
Decimal 21 76 220 0.90 0.65 0 0.14 223.42 0.83 0.47
Hex 15 4C DC 5A 41 0 E DF 53 2F
Octal 25 114 334 132 101 0 16 337 123 57
Binary 10101 1001100 11011100 1011010 1000001 0 1110 11011111 1010011 101111

Color Harmonies of #154CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154CDC

Black with #154CDC

Text Example


Text Example

White with #154CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,76,220); }

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

background-color css

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

 a { background-color: rgb(21,76,220); }

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

border-color css

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

 span { border-color: rgb(21,76,220); }

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