Html Css Color HEX #0295BD Bondi Blue

📋 copy color: '#0295BD'

red 2 ◦ green 149 ◦ blue 189

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

Shades of Bondi Blue #0295BD

Tints of Bondi Blue #0295BD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.82%

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

R = 0.59%
G = 43.82%
B = 55.59%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0295BD (or 0x0295BD) is known color: Bondi Blue. HEX triplet: 02, 95 and BD. RGB value is (2,149,189). Sum of RGB (Red+Green+Blue) = 2+149+189=340 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 340); Green value is 149 (58.59% from 255 or 43.82% from 340); Blue value is 189 (74.22% from 255 or 55.59% from 340); Max value from RGB is 189 - color contains mainly: blue. Hex color #0295BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0295BD is #FD6A42. Grayscale: #6D6D6D. Windows color (decimal): -16607811 or 12424450. OLE color: 12424450.

HSL color Cylindrical-coordinate representation of color #0295BD: hue angle of 192.83º 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 #0295BD is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 149 189 -
CMYK 0.99 0.21 0 0.26
HSL 192.83º 0.98% 0.37% -
HSV(B) 192.83º 0.99% 0.74% -
XYZ 19.96 25.18 51.95 -
YUV 109.61 172.8 51.25 -
System Red Green Blue C M Y K H S L
Decimal 2 149 189 0.99 0.21 0 0.26 192.83 0.98 0.37
Hex 2 95 BD 63 15 0 1A C1 62 25
Octal 2 225 275 143 25 0 32 301 142 45
Binary 10 10010101 10111101 1100011 10101 0 11010 11000001 1100010 100101

Color Harmonies of #0295BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0295BD

Black with #0295BD

Text Example


Text Example

White with #0295BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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