#230ded

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

Shades of Blue #230DED

Tints of Blue #230DED

Color information

#230DED (or 0x230DED) is unknown color: approx Blue. HEX triplet: 23, 0D and ED. RGB value is (35,13,237). Sum of RGB (Red+Green+Blue) = 35+13+237=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 13 (5.47% from 255 or 4.56% from 285); Blue value is 237 (92.97% from 255 or 83.16% from 285); Max value from RGB is 237 - color contains mainly: blue. Hex color #230DED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #230DED is #DCF212. Grayscale: #2C2C2C. Windows color (decimal): -14479891 or 15535395. OLE color: 15535395.

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

Color convert

RGB3513237-
CMYK0.850.9500.07
HSL245.89º89.6%49.02%-
HSV(B)245.89º94.51%92.94%-
XYZ16.126.7680.58-
YUV45.11236.29120.79-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.28%
GREEN value IS 13 (5.47% from 255) = 4.56%
BLUE value IS 237 (92.97% from 255) = 83.16%
R=12.28%
G=4.56%
B=83.16%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal35132370.850.9500.07245.8989.649.02
Hex23DED555F07f65a31
Octal43153551251370736613261
Binary100011110111101101101010110111110111111101101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230ded

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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