Html Css Color HEX #154ED2 Cerulean Blue

📋 copy color: '#154ED2'

red 21 ◦ green 78 ◦ blue 210

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

Shades of Cerulean Blue #154ED2

Tints of Cerulean Blue #154ED2

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.24%

 BLUE value IS 210 (82.42% from 255) = 67.96%

R = 6.8%
G = 25.24%
B = 67.96%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#154ED2 (or 0x154ED2) is known color: Cerulean Blue. HEX triplet: 15, 4E and D2. RGB value is (21,78,210). Sum of RGB (Red+Green+Blue) = 21+78+210=309 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.80% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 210 (82.42% from 255 or 67.96% from 309); Max value from RGB is 210 - color contains mainly: blue. Hex color #154ED2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #154ED2 is #EAB12D. Grayscale: #4B4B4B. Windows color (decimal): -15380782 or 13782549. OLE color: 13782549.

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

Color convert

RGB 21 78 210 -
CMYK 0.90 0.63 0 0.18
HSL 221.9º 0.82% 0.45% -
HSV(B) 221.9º 0.9% 0.82% -
XYZ 14.67 10.26 62.18 -
YUV 76.01 203.62 88.77 -
System Red Green Blue C M Y K H S L
Decimal 21 78 210 0.90 0.63 0 0.18 221.9 0.82 0.45
Hex 15 4E D2 5A 3F 0 12 DE 52 2D
Octal 25 116 322 132 77 0 22 336 122 55
Binary 10101 1001110 11010010 1011010 111111 0 10010 11011110 1010010 101101

Color Harmonies of #154ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154ED2

Black with #154ED2

Text Example


Text Example

White with #154ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,78,210); }

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

background-color css

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

 a { background-color: rgb(21,78,210); }

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

border-color css

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

 span { border-color: rgb(21,78,210); }

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