Html Css Color HEX #1489BF Bondi Blue

📋 copy color: '#1489BF'

red 20 ◦ green 137 ◦ blue 191

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

Shades of Bondi Blue #1489BF

Tints of Bondi Blue #1489BF

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.37%

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

R = 5.75%
G = 39.37%
B = 54.89%

CMYK

 C value IS 0.90

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1489BF (or 0x1489BF) is known color: Bondi Blue. HEX triplet: 14, 89 and BF. RGB value is (20,137,191). Sum of RGB (Red+Green+Blue) = 20+137+191=348 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.75% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 191 (75% from 255 or 54.89% from 348); Max value from RGB is 191 - color contains mainly: blue. Hex color #1489BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1489BF is #EB7640. Grayscale: #6B6B6B. Windows color (decimal): -15431233 or 12552468. OLE color: 12552468.

HSL color Cylindrical-coordinate representation of color #1489BF: hue angle of 198.95º 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 #1489BF is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 137 191 -
CMYK 0.90 0.28 0 0.25
HSL 198.95º 0.81% 0.41% -
HSV(B) 198.95º 0.9% 0.75% -
XYZ 18.64 21.8 52.52 -
YUV 108.17 174.74 65.11 -
System Red Green Blue C M Y K H S L
Decimal 20 137 191 0.90 0.28 0 0.25 198.95 0.81 0.41
Hex 14 89 BF 5A 1C 0 19 C7 51 29
Octal 24 211 277 132 34 0 31 307 121 51
Binary 10100 10001001 10111111 1011010 11100 0 11001 11000111 1010001 101001

Color Harmonies of #1489BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1489BF

Black with #1489BF

Text Example


Text Example

White with #1489BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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