Html Css Color HEX #0294BD Bondi Blue

📋 copy color: '#0294BD'

red 2 ◦ green 148 ◦ blue 189

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

Shades of Bondi Blue #0294BD

Tints of Bondi Blue #0294BD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.66%

 BLUE value IS 189 (74.22% from 255) = 55.75%

R = 0.59%
G = 43.66%
B = 55.75%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0294BD (or 0x0294BD) is known color: Bondi Blue. HEX triplet: 02, 94 and BD. RGB value is (2,148,189). Sum of RGB (Red+Green+Blue) = 2+148+189=339 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 189 (74.22% from 255 or 55.75% from 339); Max value from RGB is 189 - color contains mainly: blue. Hex color #0294BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0294BD is #FD6B42. Grayscale: #6C6C6C. Windows color (decimal): -16608067 or 12424194. OLE color: 12424194.

HSL color Cylindrical-coordinate representation of color #0294BD: hue angle of 193.16º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0294BD is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 148 189 -
CMYK 0.99 0.22 0 0.26
HSL 193.16º 0.98% 0.37% -
HSV(B) 193.16º 0.99% 0.74% -
XYZ 19.8 24.87 51.9 -
YUV 109.02 173.13 51.67 -
System Red Green Blue C M Y K H S L
Decimal 2 148 189 0.99 0.22 0 0.26 193.16 0.98 0.37
Hex 2 94 BD 63 16 0 1A C1 62 25
Octal 2 224 275 143 26 0 32 301 142 45
Binary 10 10010100 10111101 1100011 10110 0 11010 11000001 1100010 100101

Color Harmonies of #0294BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0294BD

Black with #0294BD

Text Example


Text Example

White with #0294BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0294BD; }

 p { color: rgb(2,148,189); }

 H1.HeaderClassName
 {
   color: #0294BD;
 }
 .AnyTagClassName
 {
   color: #0294BD;
 }
</style>

background-color css

<style>
 a { background-color: #0294BD; }

 a { background-color: rgb(2,148,189); }

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

border-color css

<style>
 span { border-color: #0294BD; }

 span { border-color: rgb(2,148,189); }

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