Html Css Color HEX #028CB8 Bondi Blue

📋 copy color: '#028CB8'

red 2 ◦ green 140 ◦ blue 184

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

Shades of Bondi Blue #028CB8

Tints of Bondi Blue #028CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 56.44%

R = 0.61%
G = 42.94%
B = 56.44%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#028CB8 (or 0x028CB8) is known color: Bondi Blue. HEX triplet: 02, 8C and B8. RGB value is (2,140,184). Sum of RGB (Red+Green+Blue) = 2+140+184=326 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 184 (72.27% from 255 or 56.44% from 326); Max value from RGB is 184 - color contains mainly: blue. Hex color #028CB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028CB8 is #FD7347. Grayscale: #676767. Windows color (decimal): -16610120 or 12094466. OLE color: 12094466.

HSL color Cylindrical-coordinate representation of color #028CB8: hue angle of 194.51º 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 #028CB8 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 2 140 184 -
CMYK 0.99 0.24 0 0.28
HSL 194.51º 0.98% 0.36% -
HSV(B) 194.51º 0.99% 0.72% -
XYZ 18.05 22.23 48.69 -
YUV 103.75 173.28 55.42 -
System Red Green Blue C M Y K H S L
Decimal 2 140 184 0.99 0.24 0 0.28 194.51 0.98 0.36
Hex 2 8C B8 63 18 0 1C C3 62 24
Octal 2 214 270 143 30 0 34 303 142 44
Binary 10 10001100 10111000 1100011 11000 0 11100 11000011 1100010 100100

Color Harmonies of #028CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028CB8

Black with #028CB8

Text Example


Text Example

White with #028CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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