Html Css Color HEX #1487BB Bondi Blue

📋 copy color: '#1487BB'

red 20 ◦ green 135 ◦ blue 187

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

Shades of Bondi Blue #1487BB

Tints of Bondi Blue #1487BB

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.47%

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

R = 5.85%
G = 39.47%
B = 54.68%

CMYK

 C value IS 0.89

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1487BB (or 0x1487BB) is known color: Bondi Blue. HEX triplet: 14, 87 and BB. RGB value is (20,135,187). Sum of RGB (Red+Green+Blue) = 20+135+187=342 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.85% from 342); Green value is 135 (53.12% from 255 or 39.47% from 342); Blue value is 187 (73.44% from 255 or 54.68% from 342); Max value from RGB is 187 - color contains mainly: blue. Hex color #1487BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1487BB is #EB7844. Grayscale: #6A6A6A. Windows color (decimal): -15431749 or 12289812. OLE color: 12289812.

HSL color Cylindrical-coordinate representation of color #1487BB: hue angle of 198.68º 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 #1487BB is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 135 187 -
CMYK 0.89 0.28 0 0.27
HSL 198.68º 0.81% 0.41% -
HSV(B) 198.68º 0.89% 0.73% -
XYZ 17.92 21.06 50.13 -
YUV 106.54 173.4 66.27 -
System Red Green Blue C M Y K H S L
Decimal 20 135 187 0.89 0.28 0 0.27 198.68 0.81 0.41
Hex 14 87 BB 59 1C 0 1B C7 51 29
Octal 24 207 273 131 34 0 33 307 121 51
Binary 10100 10000111 10111011 1011001 11100 0 11011 11000111 1010001 101001

Color Harmonies of #1487BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1487BB

Black with #1487BB

Text Example


Text Example

White with #1487BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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