#285CBD

Color #285CBD Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #285CBD

Tints of Cerulean Blue #285CBD

Color information

#285CBD (or 0x285CBD) is unknown color: approx Cerulean Blue. HEX triplet: 28, 5C and BD. RGB value is (40,92,189). Sum of RGB (Red+Green+Blue) = 40+92+189=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 189 (74.22% from 255 or 58.88% from 321); Max value from RGB is 189 - color contains mainly: blue. Hex color #285CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285CBD is #D7A342. Grayscale: #575757. Windows color (decimal): -14132035 or 12409896. OLE color: 12409896.

HSL color Cylindrical-coordinate representation of color #285CBD: hue angle of 219.06º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #285CBD is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4092189-
CMYK0.790.5100.26
HSL219.06º65.07%44.9%-
HSV(B)219.06º78.84%74.12%-
XYZ13.8911.7849.69-
YUV87.51185.2794.11-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.46%
GREEN value IS 92 (36.33% from 255) = 28.66%
BLUE value IS 189 (74.22% from 255) = 58.88%
R=12.46%
G=28.66%
B=58.88%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal40921890.790.5100.26219.0665.0744.9
Hex285CBD4F3301Adb412d
Octal501342751176303233310155
Binary1010001011100101111011001111110011011010110110111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285CBD; }

 p { color: rgb(40,92,189); }

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

<style>
 a { background-color: #285CBD; }

 a { background-color: rgb(40,92,189); }

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

<style>
 span { border-color: #285CBD; }

 span { border-color: rgb(40,92,189); }

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