Html Css Color HEX #028DB7 Bondi Blue

📋 copy color: '#028DB7'

red 2 ◦ green 141 ◦ blue 183

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

Shades of Bondi Blue #028DB7

Tints of Bondi Blue #028DB7

RGB

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

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

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

R = 0.61%
G = 43.25%
B = 56.13%

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

#028DB7 (or 0x028DB7) is known color: Bondi Blue. HEX triplet: 02, 8D and B7. RGB value is (2,141,183). Sum of RGB (Red+Green+Blue) = 2+141+183=326 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 326); Green value is 141 (55.47% from 255 or 43.25% from 326); Blue value is 183 (71.88% from 255 or 56.13% from 326); Max value from RGB is 183 - color contains mainly: blue. Hex color #028DB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028DB7 is #FD7248. Grayscale: #676767. Windows color (decimal): -16609865 or 12029186. OLE color: 12029186.

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

Color convert

RGB 2 141 183 -
CMYK 0.99 0.23 0 0.28
HSL 193.92º 0.98% 0.36% -
HSV(B) 193.92º 0.99% 0.72% -
XYZ 18.1 22.48 48.19 -
YUV 104.23 172.45 55.08 -
System Red Green Blue C M Y K H S L
Decimal 2 141 183 0.99 0.23 0 0.28 193.92 0.98 0.36
Hex 2 8D B7 63 17 0 1C C2 62 24
Octal 2 215 267 143 27 0 34 302 142 44
Binary 10 10001101 10110111 1100011 10111 0 11100 11000010 1100010 100100

Color Harmonies of #028DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028DB7

Black with #028DB7

Text Example


Text Example

White with #028DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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