Html Css Color HEX #028FB4 Bondi Blue

📋 copy color: '#028FB4'

red 2 ◦ green 143 ◦ blue 180

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

Shades of Bondi Blue #028FB4

Tints of Bondi Blue #028FB4

RGB

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

 GREEN value IS 143 (56.25% from 255) = 44%

 BLUE value IS 180 (70.7% from 255) = 55.38%

R = 0.62%
G = 44%
B = 55.38%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#028FB4 (or 0x028FB4) is known color: Bondi Blue. HEX triplet: 02, 8F and B4. RGB value is (2,143,180). Sum of RGB (Red+Green+Blue) = 2+143+180=325 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 325); Green value is 143 (56.25% from 255 or 44% from 325); Blue value is 180 (70.70% from 255 or 55.38% from 325); Max value from RGB is 180 - color contains mainly: blue. Hex color #028FB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028FB4 is #FD704B. Grayscale: #686868. Windows color (decimal): -16609356 or 11833090. OLE color: 11833090.

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

Color convert

RGB 2 143 180 -
CMYK 0.99 0.21 0 0.29
HSL 192.47º 0.98% 0.36% -
HSV(B) 192.47º 0.99% 0.71% -
XYZ 18.09 22.95 46.66 -
YUV 105.06 170.29 54.49 -
System Red Green Blue C M Y K H S L
Decimal 2 143 180 0.99 0.21 0 0.29 192.47 0.98 0.36
Hex 2 8F B4 63 15 0 1D C0 62 24
Octal 2 217 264 143 25 0 35 300 142 44
Binary 10 10001111 10110100 1100011 10101 0 11101 11000000 1100010 100100

Color Harmonies of #028FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028FB4

Black with #028FB4

Text Example


Text Example

White with #028FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,143,180); }

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

background-color css

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

 a { background-color: rgb(2,143,180); }

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

border-color css

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

 span { border-color: rgb(2,143,180); }

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