Html Css Color HEX #154BCE Cerulean Blue

📋 copy color: '#154BCE'

red 21 ◦ green 75 ◦ blue 206

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

Shades of Cerulean Blue #154BCE

Tints of Cerulean Blue #154BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 68.21%

R = 6.95%
G = 24.83%
B = 68.21%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#154BCE (or 0x154BCE) is known color: Cerulean Blue. HEX triplet: 15, 4B and CE. RGB value is (21,75,206). Sum of RGB (Red+Green+Blue) = 21+75+206=302 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.95% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 206 (80.86% from 255 or 68.21% from 302); Max value from RGB is 206 - color contains mainly: blue. Hex color #154BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #154BCE is #EAB431. Grayscale: #494949. Windows color (decimal): -15381554 or 13519637. OLE color: 13519637.

HSL color Cylindrical-coordinate representation of color #154BCE: hue angle of 222.49º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #154BCE is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 75 206 -
CMYK 0.90 0.64 0 0.19
HSL 222.49º 0.81% 0.45% -
HSV(B) 222.49º 0.9% 0.81% -
XYZ 13.97 9.65 59.52 -
YUV 73.79 202.61 90.35 -
System Red Green Blue C M Y K H S L
Decimal 21 75 206 0.90 0.64 0 0.19 222.49 0.81 0.45
Hex 15 4B CE 5A 40 0 13 DE 51 2D
Octal 25 113 316 132 100 0 23 336 121 55
Binary 10101 1001011 11001110 1011010 1000000 0 10011 11011110 1010001 101101

Color Harmonies of #154BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154BCE

Black with #154BCE

Text Example


Text Example

White with #154BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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