Html Css Color HEX #154BEA Cerulean Blue

📋 copy color: '#154BEA'

red 21 ◦ green 75 ◦ blue 234

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

Shades of Cerulean Blue #154BEA

Tints of Cerulean Blue #154BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 70.91%

R = 6.36%
G = 22.73%
B = 70.91%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#154BEA (or 0x154BEA) is known color: Cerulean Blue. HEX triplet: 15, 4B and EA. RGB value is (21,75,234). Sum of RGB (Red+Green+Blue) = 21+75+234=330 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.36% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 234 (91.80% from 255 or 70.91% from 330); Max value from RGB is 234 - color contains mainly: blue. Hex color #154BEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #154BEA is #EAB415. Grayscale: #4C4C4C. Windows color (decimal): -15381526 or 15354645. OLE color: 15354645.

HSL color Cylindrical-coordinate representation of color #154BEA: hue angle of 224.79º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #154BEA is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 21 75 234 -
CMYK 0.91 0.68 0 0.08
HSL 224.79º 0.84% 0.5% -
HSV(B) 224.79º 0.91% 0.92% -
XYZ 17.68 11.13 79.06 -
YUV 76.98 216.61 88.07 -
System Red Green Blue C M Y K H S L
Decimal 21 75 234 0.91 0.68 0 0.08 224.79 0.84 0.5
Hex 15 4B EA 5B 44 0 8 E1 54 32
Octal 25 113 352 133 104 0 10 341 124 62
Binary 10101 1001011 11101010 1011011 1000100 0 1000 11100001 1010100 110010

Color Harmonies of #154BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154BEA

Black with #154BEA

Text Example


Text Example

White with #154BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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