Html Css Color HEX #154FDC Cerulean Blue

📋 copy color: '#154FDC'

red 21 ◦ green 79 ◦ blue 220

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

Shades of Cerulean Blue #154FDC

Tints of Cerulean Blue #154FDC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.69%

 BLUE value IS 220 (86.33% from 255) = 68.75%

R = 6.56%
G = 24.69%
B = 68.75%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#154FDC (or 0x154FDC) is known color: Cerulean Blue. HEX triplet: 15, 4F and DC. RGB value is (21,79,220). Sum of RGB (Red+Green+Blue) = 21+79+220=320 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.56% from 320); Green value is 79 (31.25% from 255 or 24.69% from 320); Blue value is 220 (86.33% from 255 or 68.75% from 320); Max value from RGB is 220 - color contains mainly: blue. Hex color #154FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #154FDC is #EAB023. Grayscale: #4D4D4D. Windows color (decimal): -15380516 or 14438165. OLE color: 14438165.

HSL color Cylindrical-coordinate representation of color #154FDC: hue angle of 222.51º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #154FDC is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 79 220 -
CMYK 0.90 0.64 0 0.14
HSL 222.51º 0.83% 0.47% -
HSV(B) 222.51º 0.9% 0.86% -
XYZ 16.02 10.92 68.97 -
YUV 77.73 208.28 87.54 -
System Red Green Blue C M Y K H S L
Decimal 21 79 220 0.90 0.64 0 0.14 222.51 0.83 0.47
Hex 15 4F DC 5A 40 0 E DF 53 2F
Octal 25 117 334 132 100 0 16 337 123 57
Binary 10101 1001111 11011100 1011010 1000000 0 1110 11011111 1010011 101111

Color Harmonies of #154FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154FDC

Black with #154FDC

Text Example


Text Example

White with #154FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,79,220); }

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

background-color css

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

 a { background-color: rgb(21,79,220); }

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

border-color css

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

 span { border-color: rgb(21,79,220); }

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