#230DEB

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

Shades of Blue #230DEB

Tints of Blue #230DEB

Color information

#230DEB (or 0x230DEB) is unknown color: approx Blue. HEX triplet: 23, 0D and EB. RGB value is (35,13,235). Sum of RGB (Red+Green+Blue) = 35+13+235=283 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.37% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 235 (92.19% from 255 or 83.04% from 283); Max value from RGB is 235 - color contains mainly: blue. Hex color #230DEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #230DEB is #DCF214. Grayscale: #2C2C2C. Windows color (decimal): -14479893 or 15404323. OLE color: 15404323.

HSL color Cylindrical-coordinate representation of color #230DEB: hue angle of 245.95º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #230DEB is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB3513235-
CMYK0.850.9400.08
HSL245.95º89.52%48.63%-
HSV(B)245.95º94.47%92.16%-
XYZ15.836.6479.05-
YUV44.89235.29120.95-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.37%
GREEN value IS 13 (5.47% from 255) = 4.59%
BLUE value IS 235 (92.19% from 255) = 83.04%
R=12.37%
G=4.59%
B=83.04%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal35132350.850.9400.08245.9589.5248.63
Hex23DEB555E08f65a31
Octal431535312513601036613261
Binary1000111101111010111010101101111001000111101101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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