Html Css Color HEX #1287BF Bondi Blue

📋 copy color: '#1287BF'

red 18 ◦ green 135 ◦ blue 191

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

Shades of Bondi Blue #1287BF

Tints of Bondi Blue #1287BF

RGB

 RED value IS 18 (7.42% from 255) = 5.23%

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

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

R = 5.23%
G = 39.24%
B = 55.52%

CMYK

 C value IS 0.91

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1287BF (or 0x1287BF) is known color: Bondi Blue. HEX triplet: 12, 87 and BF. RGB value is (18,135,191). Sum of RGB (Red+Green+Blue) = 18+135+191=344 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.23% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 191 (75% from 255 or 55.52% from 344); Max value from RGB is 191 - color contains mainly: blue. Hex color #1287BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1287BF is #ED7840. Grayscale: #6A6A6A. Windows color (decimal): -15562817 or 12551954. OLE color: 12551954.

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

Color convert

RGB 18 135 191 -
CMYK 0.91 0.29 0 0.25
HSL 199.42º 0.83% 0.41% -
HSV(B) 199.42º 0.91% 0.75% -
XYZ 18.32 21.22 52.42 -
YUV 106.4 175.74 64.95 -
System Red Green Blue C M Y K H S L
Decimal 18 135 191 0.91 0.29 0 0.25 199.42 0.83 0.41
Hex 12 87 BF 5B 1D 0 19 C7 53 29
Octal 22 207 277 133 35 0 31 307 123 51
Binary 10010 10000111 10111111 1011011 11101 0 11001 11000111 1010011 101001

Color Harmonies of #1287BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1287BF

Black with #1287BF

Text Example


Text Example

White with #1287BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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