Html Css Color HEX #154FDA Cerulean Blue

📋 copy color: '#154FDA'

red 21 ◦ green 79 ◦ blue 218

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

Shades of Cerulean Blue #154FDA

Tints of Cerulean Blue #154FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 68.55%

R = 6.6%
G = 24.84%
B = 68.55%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#154FDA (or 0x154FDA) is known color: Cerulean Blue. HEX triplet: 15, 4F and DA. RGB value is (21,79,218). Sum of RGB (Red+Green+Blue) = 21+79+218=318 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.60% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 218 (85.55% from 255 or 68.55% from 318); Max value from RGB is 218 - color contains mainly: blue. Hex color #154FDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #154FDA is #EAB025. Grayscale: #4C4C4C. Windows color (decimal): -15380518 or 14307093. OLE color: 14307093.

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

Color convert

RGB 21 79 218 -
CMYK 0.90 0.64 0 0.15
HSL 222.34º 0.82% 0.47% -
HSV(B) 222.34º 0.9% 0.85% -
XYZ 15.76 10.81 67.59 -
YUV 77.5 207.28 87.7 -
System Red Green Blue C M Y K H S L
Decimal 21 79 218 0.90 0.64 0 0.15 222.34 0.82 0.47
Hex 15 4F DA 5A 40 0 F DE 52 2F
Octal 25 117 332 132 100 0 17 336 122 57
Binary 10101 1001111 11011010 1011010 1000000 0 1111 11011110 1010010 101111

Color Harmonies of #154FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154FDA

Black with #154FDA

Text Example


Text Example

White with #154FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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