Html Css Color HEX #1480BD Cerulean

📋 copy color: '#1480BD'

red 20 ◦ green 128 ◦ blue 189

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

Shades of Cerulean #1480BD

Tints of Cerulean #1480BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 56.08%

R = 5.93%
G = 37.98%
B = 56.08%

CMYK

 C value IS 0.89

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1480BD (or 0x1480BD) is known color: Cerulean. HEX triplet: 14, 80 and BD. RGB value is (20,128,189). Sum of RGB (Red+Green+Blue) = 20+128+189=337 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.93% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 189 (74.22% from 255 or 56.08% from 337); Max value from RGB is 189 - color contains mainly: blue. Hex color #1480BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1480BD is #EB7F42. Grayscale: #666666. Windows color (decimal): -15433539 or 12419092. OLE color: 12419092.

HSL color Cylindrical-coordinate representation of color #1480BD: hue angle of 201.66º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1480BD is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 20 128 189 -
CMYK 0.89 0.32 0 0.26
HSL 201.66º 0.81% 0.41% -
HSV(B) 201.66º 0.89% 0.74% -
XYZ 17.19 19.26 50.96 -
YUV 102.66 176.72 69.04 -
System Red Green Blue C M Y K H S L
Decimal 20 128 189 0.89 0.32 0 0.26 201.66 0.81 0.41
Hex 14 80 BD 59 20 0 1A CA 51 29
Octal 24 200 275 131 40 0 32 312 121 51
Binary 10100 10000000 10111101 1011001 100000 0 11010 11001010 1010001 101001

Color Harmonies of #1480BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1480BD

Black with #1480BD

Text Example


Text Example

White with #1480BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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