Html Css Color HEX #154BD4 Cerulean Blue

📋 copy color: '#154BD4'

red 21 ◦ green 75 ◦ blue 212

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

Shades of Cerulean Blue #154BD4

Tints of Cerulean Blue #154BD4

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.35%

 BLUE value IS 212 (83.2% from 255) = 68.83%

R = 6.82%
G = 24.35%
B = 68.83%

CMYK

 C value IS 0.90

 M value IS 0.65

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#154BD4 (or 0x154BD4) is known color: Cerulean Blue. HEX triplet: 15, 4B and D4. RGB value is (21,75,212). Sum of RGB (Red+Green+Blue) = 21+75+212=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 212 (83.20% from 255 or 68.83% from 308); Max value from RGB is 212 - color contains mainly: blue. Hex color #154BD4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #154BD4 is #EAB42B. Grayscale: #494949. Windows color (decimal): -15381548 or 13912853. OLE color: 13912853.

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

Color convert

RGB 21 75 212 -
CMYK 0.90 0.65 0 0.17
HSL 223.04º 0.82% 0.46% -
HSV(B) 223.04º 0.9% 0.83% -
XYZ 14.71 9.95 63.43 -
YUV 74.47 205.61 89.86 -
System Red Green Blue C M Y K H S L
Decimal 21 75 212 0.90 0.65 0 0.17 223.04 0.82 0.46
Hex 15 4B D4 5A 41 0 11 DF 52 2E
Octal 25 113 324 132 101 0 21 337 122 56
Binary 10101 1001011 11010100 1011010 1000001 0 10001 11011111 1010010 101110

Color Harmonies of #154BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154BD4

Black with #154BD4

Text Example


Text Example

White with #154BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,75,212); }

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

background-color css

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

 a { background-color: rgb(21,75,212); }

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

border-color css

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

 span { border-color: rgb(21,75,212); }

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