Html Css Color HEX #1482BB Cerulean

📋 copy color: '#1482BB'

red 20 ◦ green 130 ◦ blue 187

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

Shades of Cerulean #1482BB

Tints of Cerulean #1482BB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.58%

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

R = 5.93%
G = 38.58%
B = 55.49%

CMYK

 C value IS 0.89

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1482BB (or 0x1482BB) is known color: Cerulean. HEX triplet: 14, 82 and BB. RGB value is (20,130,187). Sum of RGB (Red+Green+Blue) = 20+130+187=337 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.93% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 187 (73.44% from 255 or 55.49% from 337); Max value from RGB is 187 - color contains mainly: blue. Hex color #1482BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1482BB is #EB7D44. Grayscale: #676767. Windows color (decimal): -15433029 or 12288532. OLE color: 12288532.

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

Color convert

RGB 20 130 187 -
CMYK 0.89 0.30 0 0.27
HSL 200.48º 0.81% 0.41% -
HSV(B) 200.48º 0.89% 0.73% -
XYZ 17.24 19.7 49.91 -
YUV 103.61 175.06 68.37 -
System Red Green Blue C M Y K H S L
Decimal 20 130 187 0.89 0.30 0 0.27 200.48 0.81 0.41
Hex 14 82 BB 59 1E 0 1B C8 51 29
Octal 24 202 273 131 36 0 33 310 121 51
Binary 10100 10000010 10111011 1011001 11110 0 11011 11001000 1010001 101001

Color Harmonies of #1482BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1482BB

Black with #1482BB

Text Example


Text Example

White with #1482BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,130,187); }

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

background-color css

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

 a { background-color: rgb(20,130,187); }

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

border-color css

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

 span { border-color: rgb(20,130,187); }

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