Html Css Color HEX #154FD8 Cerulean Blue

📋 copy color: '#154FD8'

red 21 ◦ green 79 ◦ blue 216

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

Shades of Cerulean Blue #154FD8

Tints of Cerulean Blue #154FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 68.35%

R = 6.65%
G = 25%
B = 68.35%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#154FD8 (or 0x154FD8) is known color: Cerulean Blue. HEX triplet: 15, 4F and D8. RGB value is (21,79,216). Sum of RGB (Red+Green+Blue) = 21+79+216=316 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.65% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 216 (84.77% from 255 or 68.35% from 316); Max value from RGB is 216 - color contains mainly: blue. Hex color #154FD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #154FD8 is #EAB027. Grayscale: #4C4C4C. Windows color (decimal): -15380520 or 14176021. OLE color: 14176021.

HSL color Cylindrical-coordinate representation of color #154FD8: hue angle of 222.15º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #154FD8 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 21 79 216 -
CMYK 0.90 0.63 0 0.15
HSL 222.15º 0.82% 0.46% -
HSV(B) 222.15º 0.9% 0.85% -
XYZ 15.5 10.71 66.22 -
YUV 77.28 206.28 87.86 -
System Red Green Blue C M Y K H S L
Decimal 21 79 216 0.90 0.63 0 0.15 222.15 0.82 0.46
Hex 15 4F D8 5A 3F 0 F DE 52 2E
Octal 25 117 330 132 77 0 17 336 122 56
Binary 10101 1001111 11011000 1011010 111111 0 1111 11011110 1010010 101110

Color Harmonies of #154FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154FD8

Black with #154FD8

Text Example


Text Example

White with #154FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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