Html Css Color HEX #1487BF Bondi Blue

📋 copy color: '#1487BF'

red 20 ◦ green 135 ◦ blue 191

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

Shades of Bondi Blue #1487BF

Tints of Bondi Blue #1487BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 55.2%

R = 5.78%
G = 39.02%
B = 55.2%

CMYK

 C value IS 0.90

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1487BF (or 0x1487BF) is known color: Bondi Blue. HEX triplet: 14, 87 and BF. RGB value is (20,135,191). Sum of RGB (Red+Green+Blue) = 20+135+191=346 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.78% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 191 (75% from 255 or 55.20% from 346); Max value from RGB is 191 - color contains mainly: blue. Hex color #1487BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1487BF is #EB7840. Grayscale: #6A6A6A. Windows color (decimal): -15431745 or 12551956. OLE color: 12551956.

HSL color Cylindrical-coordinate representation of color #1487BF: hue angle of 199.65º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1487BF is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 135 191 -
CMYK 0.90 0.29 0 0.25
HSL 199.65º 0.81% 0.41% -
HSV(B) 199.65º 0.9% 0.75% -
XYZ 18.36 21.24 52.42 -
YUV 107 175.4 65.95 -
System Red Green Blue C M Y K H S L
Decimal 20 135 191 0.90 0.29 0 0.25 199.65 0.81 0.41
Hex 14 87 BF 5A 1D 0 19 C8 51 29
Octal 24 207 277 132 35 0 31 310 121 51
Binary 10100 10000111 10111111 1011010 11101 0 11001 11001000 1010001 101001

Color Harmonies of #1487BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1487BF

Black with #1487BF

Text Example


Text Example

White with #1487BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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