#0285BD

Color #0285BD Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #0285BD

Tints of Bondi Blue #0285BD

Color information

#0285BD (or 0x0285BD) is unknown color: approx Bondi Blue. HEX triplet: 02, 85 and BD. RGB value is (2,133,189). Sum of RGB (Red+Green+Blue) = 2+133+189=324 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 189 (74.22% from 255 or 58.33% from 324); Max value from RGB is 189 - color contains mainly: blue. Hex color #0285BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0285BD is #FD7A42. Grayscale: #636363. Windows color (decimal): -16611907 or 12420354. OLE color: 12420354.

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

Color convert

RGB2133189-
CMYK0.990.3000.26
HSL197.97º97.91%37.45%-
HSV(B)197.97º98.94%74.12%-
XYZ17.620.4651.17-
YUV100.22178.157.95-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.62%
GREEN value IS 133 (52.34% from 255) = 41.05%
BLUE value IS 189 (74.22% from 255) = 58.33%
R=0.62%
G=41.05%
B=58.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal21331890.990.3000.26197.9797.9137.45
Hex285BD631E01Ac66225
Octal22052751433603230614245
Binary101000010110111101110001111110011010110001101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0285BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0285BD;
 }
 .AnyTagClassName
 {
   color: #0285BD;
 }
</style>
background-color css

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

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

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

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

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

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