#230BD9

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

Shades of Medium Blue #230BD9

Tints of Medium Blue #230BD9

Color information

#230BD9 (or 0x230BD9) is unknown color: approx Medium Blue. HEX triplet: 23, 0B and D9. RGB value is (35,11,217). Sum of RGB (Red+Green+Blue) = 35+11+217=263 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.31% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 217 (85.16% from 255 or 82.51% from 263); Max value from RGB is 217 - color contains mainly: blue. Hex color #230BD9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230BD9 is #DCF426. Grayscale: #282828. Windows color (decimal): -14480423 or 14224163. OLE color: 14224163.

HSL color Cylindrical-coordinate representation of color #230BD9: hue angle of 246.99º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #230BD9 is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB3511217-
CMYK0.840.9500.15
HSL246.99º90.35%44.71%-
HSV(B)246.99º94.93%85.1%-
XYZ13.345.6166.02-
YUV41.66226.95123.25-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.31%
GREEN value IS 11 (4.69% from 255) = 4.18%
BLUE value IS 217 (85.16% from 255) = 82.51%
R=13.31%
G=4.18%
B=82.51%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal35112170.840.9500.15246.9990.3544.71
Hex23BD9545F0Ff75a2d
Octal431333112413701736713255
Binary1000111011110110011010100101111101111111101111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,11,217); }

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

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

 a { background-color: rgb(35,11,217); }

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

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

 span { border-color: rgb(35,11,217); }

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