Html Css Color HEX #154AE1 Cerulean Blue

📋 copy color: '#154AE1'

red 21 ◦ green 74 ◦ blue 225

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

Shades of Cerulean Blue #154AE1

Tints of Cerulean Blue #154AE1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.13%

 BLUE value IS 225 (88.28% from 255) = 70.31%

R = 6.56%
G = 23.13%
B = 70.31%

CMYK

 C value IS 0.91

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#154AE1 (or 0x154AE1) is known color: Cerulean Blue. HEX triplet: 15, 4A and E1. RGB value is (21,74,225). Sum of RGB (Red+Green+Blue) = 21+74+225=320 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.56% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 225 (88.28% from 255 or 70.31% from 320); Max value from RGB is 225 - color contains mainly: blue. Hex color #154AE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #154AE1 is #EAB51E. Grayscale: #4A4A4A. Windows color (decimal): -15381791 or 14764565. OLE color: 14764565.

HSL color Cylindrical-coordinate representation of color #154AE1: hue angle of 224.41º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #154AE1 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 21 74 225 -
CMYK 0.91 0.67 0 0.12
HSL 224.41º 0.83% 0.48% -
HSV(B) 224.41º 0.91% 0.88% -
XYZ 16.35 10.49 72.4 -
YUV 75.37 212.44 89.22 -
System Red Green Blue C M Y K H S L
Decimal 21 74 225 0.91 0.67 0 0.12 224.41 0.83 0.48
Hex 15 4A E1 5B 43 0 C E0 53 30
Octal 25 112 341 133 103 0 14 340 123 60
Binary 10101 1001010 11100001 1011011 1000011 0 1100 11100000 1010011 110000

Color Harmonies of #154AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154AE1

Black with #154AE1

Text Example


Text Example

White with #154AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,74,225); }

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

background-color css

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

 a { background-color: rgb(21,74,225); }

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

border-color css

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

 span { border-color: rgb(21,74,225); }

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