Html Css Color HEX #028EBA Bondi Blue

📋 copy color: '#028EBA'

red 2 ◦ green 142 ◦ blue 186

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

Shades of Bondi Blue #028EBA

Tints of Bondi Blue #028EBA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 43.03%

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

R = 0.61%
G = 43.03%
B = 56.36%

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

#028EBA (or 0x028EBA) is known color: Bondi Blue. HEX triplet: 02, 8E and BA. RGB value is (2,142,186). Sum of RGB (Red+Green+Blue) = 2+142+186=330 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 330); Green value is 142 (55.86% from 255 or 43.03% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #028EBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028EBA is #FD7145. Grayscale: #686868. Windows color (decimal): -16609606 or 12226050. OLE color: 12226050.

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

Color convert

RGB 2 142 186 -
CMYK 0.99 0.24 0 0.27
HSL 194.35º 0.98% 0.37% -
HSV(B) 194.35º 0.99% 0.73% -
XYZ 18.56 22.9 49.9 -
YUV 105.16 173.62 54.42 -
System Red Green Blue C M Y K H S L
Decimal 2 142 186 0.99 0.24 0 0.27 194.35 0.98 0.37
Hex 2 8E BA 63 18 0 1B C2 62 25
Octal 2 216 272 143 30 0 33 302 142 45
Binary 10 10001110 10111010 1100011 11000 0 11011 11000010 1100010 100101

Color Harmonies of #028EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028EBA

Black with #028EBA

Text Example


Text Example

White with #028EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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