Html Css Color HEX #154ADD Cerulean Blue

📋 copy color: '#154ADD'

red 21 ◦ green 74 ◦ blue 221

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

Shades of Cerulean Blue #154ADD

Tints of Cerulean Blue #154ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 69.94%

R = 6.65%
G = 23.42%
B = 69.94%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#154ADD (or 0x154ADD) is known color: Cerulean Blue. HEX triplet: 15, 4A and DD. RGB value is (21,74,221). Sum of RGB (Red+Green+Blue) = 21+74+221=316 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.65% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 221 (86.72% from 255 or 69.94% from 316); Max value from RGB is 221 - color contains mainly: blue. Hex color #154ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #154ADD is #EAB522. Grayscale: #4A4A4A. Windows color (decimal): -15381795 or 14502421. OLE color: 14502421.

HSL color Cylindrical-coordinate representation of color #154ADD: hue angle of 224.1º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #154ADD is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 74 221 -
CMYK 0.90 0.67 0 0.13
HSL 224.1º 0.83% 0.47% -
HSV(B) 224.1º 0.9% 0.87% -
XYZ 15.81 10.28 69.56 -
YUV 74.91 210.44 89.55 -
System Red Green Blue C M Y K H S L
Decimal 21 74 221 0.90 0.67 0 0.13 224.1 0.83 0.47
Hex 15 4A DD 5A 43 0 D E0 53 2F
Octal 25 112 335 132 103 0 15 340 123 57
Binary 10101 1001010 11011101 1011010 1000011 0 1101 11100000 1010011 101111

Color Harmonies of #154ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154ADD

Black with #154ADD

Text Example


Text Example

White with #154ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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