Html Css Color HEX #1488BF Bondi Blue

📋 copy color: '#1488BF'

red 20 ◦ green 136 ◦ blue 191

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

Shades of Bondi Blue #1488BF

Tints of Bondi Blue #1488BF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.19%

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

R = 5.76%
G = 39.19%
B = 55.04%

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

#1488BF (or 0x1488BF) is known color: Bondi Blue. HEX triplet: 14, 88 and BF. RGB value is (20,136,191). Sum of RGB (Red+Green+Blue) = 20+136+191=347 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.76% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 191 (75% from 255 or 55.04% from 347); Max value from RGB is 191 - color contains mainly: blue. Hex color #1488BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1488BF is #EB7740. Grayscale: #6B6B6B. Windows color (decimal): -15431489 or 12552212. OLE color: 12552212.

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

Color convert

RGB 20 136 191 -
CMYK 0.90 0.29 0 0.25
HSL 199.3º 0.81% 0.41% -
HSV(B) 199.3º 0.9% 0.75% -
XYZ 18.5 21.52 52.47 -
YUV 107.59 175.07 65.53 -
System Red Green Blue C M Y K H S L
Decimal 20 136 191 0.90 0.29 0 0.25 199.3 0.81 0.41
Hex 14 88 BF 5A 1D 0 19 C7 51 29
Octal 24 210 277 132 35 0 31 307 121 51
Binary 10100 10001000 10111111 1011010 11101 0 11001 11000111 1010001 101001

Color Harmonies of #1488BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1488BF

Black with #1488BF

Text Example


Text Example

White with #1488BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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