#230FBD

Color #230FBD Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #230FBD

Tints of Medium Blue #230FBD

Color information

#230FBD (or 0x230FBD) is unknown color: approx Medium Blue. HEX triplet: 23, 0F and BD. RGB value is (35,15,189). Sum of RGB (Red+Green+Blue) = 35+15+189=239 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.64% from 239); Green value is 15 (6.25% from 255 or 6.28% from 239); Blue value is 189 (74.22% from 255 or 79.08% from 239); Max value from RGB is 189 - color contains mainly: blue. Hex color #230FBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230FBD is #DCF042. Grayscale: #282828. Windows color (decimal): -14479427 or 12390179. OLE color: 12390179.

HSL color Cylindrical-coordinate representation of color #230FBD: hue angle of 246.9º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #230FBD is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3515189-
CMYK0.810.9200.26
HSL246.9º85.29%40%-
HSV(B)246.9º92.06%74.12%-
XYZ10.054.3748.46-
YUV40.82211.63123.85-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.64%
GREEN value IS 15 (6.25% from 255) = 6.28%
BLUE value IS 189 (74.22% from 255) = 79.08%
R=14.64%
G=6.28%
B=79.08%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal35151890.810.9200.26246.985.2940
Hex23FBD515C01Af75528
Octal431727512113403236712550
Binary10001111111011110110100011011100011010111101111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230FBD; }

 p { color: rgb(35,15,189); }

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

<style>
 a { background-color: #230FBD; }

 a { background-color: rgb(35,15,189); }

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

<style>
 span { border-color: #230FBD; }

 span { border-color: rgb(35,15,189); }

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