Html Css Color HEX #154ECB Cerulean Blue

📋 copy color: '#154ECB'

red 21 ◦ green 78 ◦ blue 203

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

Shades of Cerulean Blue #154ECB

Tints of Cerulean Blue #154ECB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.83%

 BLUE value IS 203 (79.69% from 255) = 67.22%

R = 6.95%
G = 25.83%
B = 67.22%

CMYK

 C value IS 0.90

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#154ECB (or 0x154ECB) is known color: Cerulean Blue. HEX triplet: 15, 4E and CB. RGB value is (21,78,203). Sum of RGB (Red+Green+Blue) = 21+78+203=302 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.95% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 203 (79.69% from 255 or 67.22% from 302); Max value from RGB is 203 - color contains mainly: blue. Hex color #154ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #154ECB is #EAB134. Grayscale: #4A4A4A. Windows color (decimal): -15380789 or 13323797. OLE color: 13323797.

HSL color Cylindrical-coordinate representation of color #154ECB: hue angle of 221.21º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #154ECB is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 78 203 -
CMYK 0.90 0.62 0 0.20
HSL 221.21º 0.81% 0.44% -
HSV(B) 221.21º 0.9% 0.8% -
XYZ 13.81 9.92 57.69 -
YUV 75.21 200.12 89.34 -
System Red Green Blue C M Y K H S L
Decimal 21 78 203 0.90 0.62 0 0.20 221.21 0.81 0.44
Hex 15 4E CB 5A 3E 0 14 DD 51 2C
Octal 25 116 313 132 76 0 24 335 121 54
Binary 10101 1001110 11001011 1011010 111110 0 10100 11011101 1010001 101100

Color Harmonies of #154ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154ECB

Black with #154ECB

Text Example


Text Example

White with #154ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,78,203); }

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

background-color css

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

 a { background-color: rgb(21,78,203); }

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

border-color css

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

 span { border-color: rgb(21,78,203); }

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