Html Css Color HEX #028EC2 Bondi Blue

📋 copy color: '#028EC2'

red 2 ◦ green 142 ◦ blue 194

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

Shades of Bondi Blue #028EC2

Tints of Bondi Blue #028EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 57.4%

R = 0.59%
G = 42.01%
B = 57.4%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#028EC2 (or 0x028EC2) is known color: Bondi Blue. HEX triplet: 02, 8E and C2. RGB value is (2,142,194). Sum of RGB (Red+Green+Blue) = 2+142+194=338 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 338); Green value is 142 (55.86% from 255 or 42.01% from 338); Blue value is 194 (76.17% from 255 or 57.40% from 338); Max value from RGB is 194 - color contains mainly: blue. Hex color #028EC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028EC2 is #FD713D. Grayscale: #696969. Windows color (decimal): -16609598 or 12750338. OLE color: 12750338.

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

Color convert

RGB 2 142 194 -
CMYK 0.99 0.27 0 0.24
HSL 196.25º 0.98% 0.38% -
HSV(B) 196.25º 0.99% 0.76% -
XYZ 19.44 23.25 54.5 -
YUV 106.07 177.62 53.77 -
System Red Green Blue C M Y K H S L
Decimal 2 142 194 0.99 0.27 0 0.24 196.25 0.98 0.38
Hex 2 8E C2 63 1B 0 18 C4 62 26
Octal 2 216 302 143 33 0 30 304 142 46
Binary 10 10001110 11000010 1100011 11011 0 11000 11000100 1100010 100110

Color Harmonies of #028EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028EC2

Black with #028EC2

Text Example


Text Example

White with #028EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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