Html Css Color HEX #1549DA Cerulean Blue

📋 copy color: '#1549DA'

red 21 ◦ green 73 ◦ blue 218

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

Shades of Cerulean Blue #1549DA

Tints of Cerulean Blue #1549DA

RGB

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

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

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

R = 6.73%
G = 23.4%
B = 69.87%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1549DA (or 0x1549DA) is known color: Cerulean Blue. HEX triplet: 15, 49 and DA. RGB value is (21,73,218). Sum of RGB (Red+Green+Blue) = 21+73+218=312 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.73% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 218 (85.55% from 255 or 69.87% from 312); Max value from RGB is 218 - color contains mainly: blue. Hex color #1549DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1549DA is #EAB625. Grayscale: #494949. Windows color (decimal): -15382054 or 14305557. OLE color: 14305557.

HSL color Cylindrical-coordinate representation of color #1549DA: hue angle of 224.16º 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 #1549DA is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 21 73 218 -
CMYK 0.90 0.67 0 0.15
HSL 224.16º 0.82% 0.47% -
HSV(B) 224.16º 0.9% 0.85% -
XYZ 15.35 9.99 67.45 -
YUV 73.98 209.27 90.21 -
System Red Green Blue C M Y K H S L
Decimal 21 73 218 0.90 0.67 0 0.15 224.16 0.82 0.47
Hex 15 49 DA 5A 43 0 F E0 52 2F
Octal 25 111 332 132 103 0 17 340 122 57
Binary 10101 1001001 11011010 1011010 1000011 0 1111 11100000 1010010 101111

Color Harmonies of #1549DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1549DA

Black with #1549DA

Text Example


Text Example

White with #1549DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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