Html Css Color HEX #1549EC Cerulean Blue

📋 copy color: '#1549EC'

red 21 ◦ green 73 ◦ blue 236

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

Shades of Cerulean Blue #1549EC

Tints of Cerulean Blue #1549EC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.12%

 BLUE value IS 236 (92.58% from 255) = 71.52%

R = 6.36%
G = 22.12%
B = 71.52%

CMYK

 C value IS 0.91

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1549EC (or 0x1549EC) is known color: Cerulean Blue. HEX triplet: 15, 49 and EC. RGB value is (21,73,236). Sum of RGB (Red+Green+Blue) = 21+73+236=330 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.36% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 236 (92.58% from 255 or 71.52% from 330); Max value from RGB is 236 - color contains mainly: blue. Hex color #1549EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1549EC is #EAB613. Grayscale: #4B4B4B. Windows color (decimal): -15382036 or 15485205. OLE color: 15485205.

HSL color Cylindrical-coordinate representation of color #1549EC: hue angle of 225.49º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1549EC is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 73 236 -
CMYK 0.91 0.69 0 0.07
HSL 225.49º 0.85% 0.5% -
HSV(B) 225.49º 0.91% 0.93% -
XYZ 17.83 10.98 80.54 -
YUV 76.03 218.27 88.75 -
System Red Green Blue C M Y K H S L
Decimal 21 73 236 0.91 0.69 0 0.07 225.49 0.85 0.5
Hex 15 49 EC 5B 45 0 7 E1 55 32
Octal 25 111 354 133 105 0 7 341 125 62
Binary 10101 1001001 11101100 1011011 1000101 0 111 11100001 1010101 110010

Color Harmonies of #1549EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1549EC

Black with #1549EC

Text Example


Text Example

White with #1549EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1549EC; }

 p { color: rgb(21,73,236); }

 H1.HeaderClassName
 {
   color: #1549EC;
 }
 .AnyTagClassName
 {
   color: #1549EC;
 }
</style>

background-color css

<style>
 a { background-color: #1549EC; }

 a { background-color: rgb(21,73,236); }

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

border-color css

<style>
 span { border-color: #1549EC; }

 span { border-color: rgb(21,73,236); }

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