Html Css Color HEX #1880BD Cerulean

📋 copy color: '#1880BD'

red 24 ◦ green 128 ◦ blue 189

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

Shades of Cerulean #1880BD

Tints of Cerulean #1880BD

RGB

 RED value IS 24 (9.77% from 255) = 7.04%

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

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

R = 7.04%
G = 37.54%
B = 55.43%

CMYK

 C value IS 0.87

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1880BD (or 0x1880BD) is known color: Cerulean. HEX triplet: 18, 80 and BD. RGB value is (24,128,189). Sum of RGB (Red+Green+Blue) = 24+128+189=341 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.04% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 189 (74.22% from 255 or 55.43% from 341); Max value from RGB is 189 - color contains mainly: blue. Hex color #1880BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1880BD is #E77F42. Grayscale: #676767. Windows color (decimal): -15171395 or 12419096. OLE color: 12419096.

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

Color convert

RGB 24 128 189 -
CMYK 0.87 0.32 0 0.26
HSL 202.18º 0.77% 0.42% -
HSV(B) 202.18º 0.87% 0.74% -
XYZ 17.28 19.31 50.96 -
YUV 103.86 176.04 71.04 -
System Red Green Blue C M Y K H S L
Decimal 24 128 189 0.87 0.32 0 0.26 202.18 0.77 0.42
Hex 18 80 BD 57 20 0 1A CA 4D 2A
Octal 30 200 275 127 40 0 32 312 115 52
Binary 11000 10000000 10111101 1010111 100000 0 11010 11001010 1001101 101010

Color Harmonies of #1880BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1880BD

Black with #1880BD

Text Example


Text Example

White with #1880BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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