Html Css Color HEX #1880BB Cerulean

📋 copy color: '#1880BB'

red 24 ◦ green 128 ◦ blue 187

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

Shades of Cerulean #1880BB

Tints of Cerulean #1880BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55.16%

R = 7.08%
G = 37.76%
B = 55.16%

CMYK

 C value IS 0.87

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1880BB (or 0x1880BB) is known color: Cerulean. HEX triplet: 18, 80 and BB. RGB value is (24,128,187). Sum of RGB (Red+Green+Blue) = 24+128+187=339 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.08% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 187 (73.44% from 255 or 55.16% from 339); Max value from RGB is 187 - color contains mainly: blue. Hex color #1880BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1880BB is #E77F44. Grayscale: #676767. Windows color (decimal): -15171397 or 12288024. OLE color: 12288024.

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

Color convert

RGB 24 128 187 -
CMYK 0.87 0.32 0 0.27
HSL 201.72º 0.77% 0.41% -
HSV(B) 201.72º 0.87% 0.73% -
XYZ 17.07 19.22 49.82 -
YUV 103.63 175.04 71.2 -
System Red Green Blue C M Y K H S L
Decimal 24 128 187 0.87 0.32 0 0.27 201.72 0.77 0.41
Hex 18 80 BB 57 20 0 1B CA 4D 29
Octal 30 200 273 127 40 0 33 312 115 51
Binary 11000 10000000 10111011 1010111 100000 0 11011 11001010 1001101 101001

Color Harmonies of #1880BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1880BB

Black with #1880BB

Text Example


Text Example

White with #1880BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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