#230DE8

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

Shades of Blue #230DE8

Tints of Blue #230DE8

Color information

#230DE8 (or 0x230DE8) is unknown color: approx Blue. HEX triplet: 23, 0D and E8. RGB value is (35,13,232). Sum of RGB (Red+Green+Blue) = 35+13+232=280 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.5% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 232 (91.02% from 255 or 82.86% from 280); Max value from RGB is 232 - color contains mainly: blue. Hex color #230DE8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #230DE8 is #DCF217. Grayscale: #2B2B2B. Windows color (decimal): -14479896 or 15207715. OLE color: 15207715.

HSL color Cylindrical-coordinate representation of color #230DE8: hue angle of 246.03º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #230DE8 is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB3513232-
CMYK0.850.9400.09
HSL246.03º89.39%48.04%-
HSV(B)246.03º94.4%90.98%-
XYZ15.46.4776.78-
YUV44.54233.79121.19-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.5%
GREEN value IS 13 (5.47% from 255) = 4.64%
BLUE value IS 232 (91.02% from 255) = 82.86%
R=12.5%
G=4.64%
B=82.86%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal35132320.850.9400.09246.0389.3948.04
Hex23DE8555E09f65930
Octal431535012513601136613160
Binary1000111101111010001010101101111001001111101101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,13,232); }

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

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

 a { background-color: rgb(35,13,232); }

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

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

 span { border-color: rgb(35,13,232); }

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