Html Css Color HEX #154AD6 Cerulean Blue

📋 copy color: '#154AD6'

red 21 ◦ green 74 ◦ blue 214

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

Shades of Cerulean Blue #154AD6

Tints of Cerulean Blue #154AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 69.26%

R = 6.8%
G = 23.95%
B = 69.26%

CMYK

 C value IS 0.90

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#154AD6 (or 0x154AD6) is known color: Cerulean Blue. HEX triplet: 15, 4A and D6. RGB value is (21,74,214). Sum of RGB (Red+Green+Blue) = 21+74+214=309 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.80% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 214 (83.98% from 255 or 69.26% from 309); Max value from RGB is 214 - color contains mainly: blue. Hex color #154AD6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #154AD6 is #EAB529. Grayscale: #494949. Windows color (decimal): -15381802 or 14043669. OLE color: 14043669.

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

Color convert

RGB 21 74 214 -
CMYK 0.90 0.65 0 0.16
HSL 223.52º 0.82% 0.46% -
HSV(B) 223.52º 0.9% 0.84% -
XYZ 14.9 9.91 64.75 -
YUV 74.11 206.94 90.12 -
System Red Green Blue C M Y K H S L
Decimal 21 74 214 0.90 0.65 0 0.16 223.52 0.82 0.46
Hex 15 4A D6 5A 41 0 10 E0 52 2E
Octal 25 112 326 132 101 0 20 340 122 56
Binary 10101 1001010 11010110 1011010 1000001 0 10000 11100000 1010010 101110

Color Harmonies of #154AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154AD6

Black with #154AD6

Text Example


Text Example

White with #154AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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