Html Css Color HEX #1480BA Cerulean

📋 copy color: '#1480BA'

red 20 ◦ green 128 ◦ blue 186

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

Shades of Cerulean #1480BA

Tints of Cerulean #1480BA

RGB

 RED value IS 20 (8.2% from 255) = 5.99%

 GREEN value IS 128 (50.39% from 255) = 38.32%

 BLUE value IS 186 (73.05% from 255) = 55.69%

R = 5.99%
G = 38.32%
B = 55.69%

CMYK

 C value IS 0.89

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1480BA (or 0x1480BA) is known color: Cerulean. HEX triplet: 14, 80 and BA. RGB value is (20,128,186). Sum of RGB (Red+Green+Blue) = 20+128+186=334 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.99% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #1480BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1480BA is #EB7F45. Grayscale: #656565. Windows color (decimal): -15433542 or 12222484. OLE color: 12222484.

HSL color Cylindrical-coordinate representation of color #1480BA: hue angle of 200.96º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1480BA is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 128 186 -
CMYK 0.89 0.31 0 0.27
HSL 200.96º 0.81% 0.4% -
HSV(B) 200.96º 0.89% 0.73% -
XYZ 16.87 19.13 49.26 -
YUV 102.32 175.22 69.28 -
System Red Green Blue C M Y K H S L
Decimal 20 128 186 0.89 0.31 0 0.27 200.96 0.81 0.4
Hex 14 80 BA 59 1F 0 1B C9 51 28
Octal 24 200 272 131 37 0 33 311 121 50
Binary 10100 10000000 10111010 1011001 11111 0 11011 11001001 1010001 101000

Color Harmonies of #1480BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1480BA

Black with #1480BA

Text Example


Text Example

White with #1480BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1480BA; }

 p { color: rgb(20,128,186); }

 H1.HeaderClassName
 {
   color: #1480BA;
 }
 .AnyTagClassName
 {
   color: #1480BA;
 }
</style>

background-color css

<style>
 a { background-color: #1480BA; }

 a { background-color: rgb(20,128,186); }

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

border-color css

<style>
 span { border-color: #1480BA; }

 span { border-color: rgb(20,128,186); }

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