Html Css Color HEX #028DBA Bondi Blue

📋 copy color: '#028DBA'

red 2 ◦ green 141 ◦ blue 186

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

Shades of Bondi Blue #028DBA

Tints of Bondi Blue #028DBA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.86%

 BLUE value IS 186 (73.05% from 255) = 56.53%

R = 0.61%
G = 42.86%
B = 56.53%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#028DBA (or 0x028DBA) is known color: Bondi Blue. HEX triplet: 02, 8D and BA. RGB value is (2,141,186). Sum of RGB (Red+Green+Blue) = 2+141+186=329 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 329); Green value is 141 (55.47% from 255 or 42.86% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #028DBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028DBA is #FD7245. Grayscale: #686868. Windows color (decimal): -16609862 or 12225794. OLE color: 12225794.

HSL color Cylindrical-coordinate representation of color #028DBA: hue angle of 194.67º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028DBA is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 141 186 -
CMYK 0.99 0.24 0 0.27
HSL 194.67º 0.98% 0.37% -
HSV(B) 194.67º 0.99% 0.73% -
XYZ 18.41 22.61 49.85 -
YUV 104.57 173.95 54.84 -
System Red Green Blue C M Y K H S L
Decimal 2 141 186 0.99 0.24 0 0.27 194.67 0.98 0.37
Hex 2 8D BA 63 18 0 1B C3 62 25
Octal 2 215 272 143 30 0 33 303 142 45
Binary 10 10001101 10111010 1100011 11000 0 11011 11000011 1100010 100101

Color Harmonies of #028DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028DBA

Black with #028DBA

Text Example


Text Example

White with #028DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,141,186); }

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

background-color css

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

 a { background-color: rgb(2,141,186); }

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

border-color css

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

 span { border-color: rgb(2,141,186); }

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