Html Css Color HEX #154BCF Cerulean Blue

📋 copy color: '#154BCF'

red 21 ◦ green 75 ◦ blue 207

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

Shades of Cerulean Blue #154BCF

Tints of Cerulean Blue #154BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 68.32%

R = 6.93%
G = 24.75%
B = 68.32%

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

#154BCF (or 0x154BCF) is known color: Cerulean Blue. HEX triplet: 15, 4B and CF. RGB value is (21,75,207). Sum of RGB (Red+Green+Blue) = 21+75+207=303 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.93% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 207 (81.25% from 255 or 68.32% from 303); Max value from RGB is 207 - color contains mainly: blue. Hex color #154BCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #154BCF is #EAB430. Grayscale: #494949. Windows color (decimal): -15381553 or 13585173. OLE color: 13585173.

HSL color Cylindrical-coordinate representation of color #154BCF: hue angle of 222.58º degrees, saturation: 0.82, 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 #154BCF is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 75 207 -
CMYK 0.90 0.64 0 0.19
HSL 222.58º 0.82% 0.45% -
HSV(B) 222.58º 0.9% 0.81% -
XYZ 14.09 9.7 60.16 -
YUV 73.9 203.11 90.27 -
System Red Green Blue C M Y K H S L
Decimal 21 75 207 0.90 0.64 0 0.19 222.58 0.82 0.45
Hex 15 4B CF 5A 40 0 13 DF 52 2D
Octal 25 113 317 132 100 0 23 337 122 55
Binary 10101 1001011 11001111 1011010 1000000 0 10011 11011111 1010010 101101

Color Harmonies of #154BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154BCF

Black with #154BCF

Text Example


Text Example

White with #154BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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