Html Css Color HEX #028CB7 Bondi Blue

📋 copy color: '#028CB7'

red 2 ◦ green 140 ◦ blue 183

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

Shades of Bondi Blue #028CB7

Tints of Bondi Blue #028CB7

RGB

 RED value IS 2 (1.17% from 255) = 0.62%

 GREEN value IS 140 (55.08% from 255) = 43.08%

 BLUE value IS 183 (71.88% from 255) = 56.31%

R = 0.62%
G = 43.08%
B = 56.31%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#028CB7 (or 0x028CB7) is known color: Bondi Blue. HEX triplet: 02, 8C and B7. RGB value is (2,140,183). Sum of RGB (Red+Green+Blue) = 2+140+183=325 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 325); Green value is 140 (55.08% from 255 or 43.08% from 325); Blue value is 183 (71.88% from 255 or 56.31% from 325); Max value from RGB is 183 - color contains mainly: blue. Hex color #028CB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028CB7 is #FD7348. Grayscale: #676767. Windows color (decimal): -16610121 or 12028930. OLE color: 12028930.

HSL color Cylindrical-coordinate representation of color #028CB7: hue angle of 194.25º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028CB7 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 2 140 183 -
CMYK 0.99 0.23 0 0.28
HSL 194.25º 0.98% 0.36% -
HSV(B) 194.25º 0.99% 0.72% -
XYZ 17.95 22.19 48.14 -
YUV 103.64 172.78 55.5 -
System Red Green Blue C M Y K H S L
Decimal 2 140 183 0.99 0.23 0 0.28 194.25 0.98 0.36
Hex 2 8C B7 63 17 0 1C C2 62 24
Octal 2 214 267 143 27 0 34 302 142 44
Binary 10 10001100 10110111 1100011 10111 0 11100 11000010 1100010 100100

Color Harmonies of #028CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028CB7

Black with #028CB7

Text Example


Text Example

White with #028CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028CB7; }

 p { color: rgb(2,140,183); }

 H1.HeaderClassName
 {
   color: #028CB7;
 }
 .AnyTagClassName
 {
   color: #028CB7;
 }
</style>

background-color css

<style>
 a { background-color: #028CB7; }

 a { background-color: rgb(2,140,183); }

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

border-color css

<style>
 span { border-color: #028CB7; }

 span { border-color: rgb(2,140,183); }

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