Html Css Color HEX #154FE0 Cerulean Blue

📋 copy color: '#154FE0'

red 21 ◦ green 79 ◦ blue 224

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

Shades of Cerulean Blue #154FE0

Tints of Cerulean Blue #154FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 69.14%

R = 6.48%
G = 24.38%
B = 69.14%

CMYK

 C value IS 0.91

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#154FE0 (or 0x154FE0) is known color: Cerulean Blue. HEX triplet: 15, 4F and E0. RGB value is (21,79,224). Sum of RGB (Red+Green+Blue) = 21+79+224=324 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.48% from 324); Green value is 79 (31.25% from 255 or 24.38% from 324); Blue value is 224 (87.89% from 255 or 69.14% from 324); Max value from RGB is 224 - color contains mainly: blue. Hex color #154FE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #154FE0 is #EAB01F. Grayscale: #4D4D4D. Windows color (decimal): -15380512 or 14700309. OLE color: 14700309.

HSL color Cylindrical-coordinate representation of color #154FE0: hue angle of 222.86º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #154FE0 is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 21 79 224 -
CMYK 0.91 0.65 0 0.12
HSL 222.86º 0.83% 0.48% -
HSV(B) 222.86º 0.91% 0.88% -
XYZ 16.56 11.13 71.8 -
YUV 78.19 210.28 87.21 -
System Red Green Blue C M Y K H S L
Decimal 21 79 224 0.91 0.65 0 0.12 222.86 0.83 0.48
Hex 15 4F E0 5B 41 0 C DF 53 30
Octal 25 117 340 133 101 0 14 337 123 60
Binary 10101 1001111 11100000 1011011 1000001 0 1100 11011111 1010011 110000

Color Harmonies of #154FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154FE0

Black with #154FE0

Text Example


Text Example

White with #154FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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