Html Css Color HEX #154DCC Cerulean Blue

📋 copy color: '#154DCC'

red 21 ◦ green 77 ◦ blue 204

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

Shades of Cerulean Blue #154DCC

Tints of Cerulean Blue #154DCC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.5%

 BLUE value IS 204 (80.08% from 255) = 67.55%

R = 6.95%
G = 25.5%
B = 67.55%

CMYK

 C value IS 0.90

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#154DCC (or 0x154DCC) is known color: Cerulean Blue. HEX triplet: 15, 4D and CC. RGB value is (21,77,204). Sum of RGB (Red+Green+Blue) = 21+77+204=302 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.95% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 204 (80.08% from 255 or 67.55% from 302); Max value from RGB is 204 - color contains mainly: blue. Hex color #154DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #154DCC is #EAB233. Grayscale: #4A4A4A. Windows color (decimal): -15381044 or 13389077. OLE color: 13389077.

HSL color Cylindrical-coordinate representation of color #154DCC: hue angle of 221.64º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #154DCC is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 21 77 204 -
CMYK 0.90 0.62 0 0.2
HSL 221.64º 0.81% 0.44% -
HSV(B) 221.64º 0.9% 0.8% -
XYZ 13.86 9.83 58.29 -
YUV 74.73 200.95 89.67 -
System Red Green Blue C M Y K H S L
Decimal 21 77 204 0.90 0.62 0 0.2 221.64 0.81 0.44
Hex 15 4D CC 5A 3E 0 14 DE 51 2C
Octal 25 115 314 132 76 0 24 336 121 54
Binary 10101 1001101 11001100 1011010 111110 0 10100 11011110 1010001 101100

Color Harmonies of #154DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154DCC

Black with #154DCC

Text Example


Text Example

White with #154DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,77,204); }

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

background-color css

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

 a { background-color: rgb(21,77,204); }

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

border-color css

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

 span { border-color: rgb(21,77,204); }

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