#0D23EB

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

Shades of Blue #0D23EB

Tints of Blue #0D23EB

Color information

#0D23EB (or 0x0D23EB) is unknown color: approx Blue. HEX triplet: 0D, 23 and EB. RGB value is (13,35,235). Sum of RGB (Red+Green+Blue) = 13+35+235=283 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.59% from 283); Green value is 35 (14.06% from 255 or 12.37% 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 #0D23EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D23EB is #F2DC14. Grayscale: #323232. Windows color (decimal): -15916053 or 15409933. OLE color: 15409933.

HSL color Cylindrical-coordinate representation of color #0D23EB: hue angle of 234.05º 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 #0D23EB is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1335235-
CMYK0.940.8500.08
HSL234.05º89.52%48.63%-
HSV(B)234.05º94.47%92.16%-
XYZ15.767.2979.17-
YUV51.22231.71100.74-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal13352350.940.8500.08234.0589.5248.63
HexD23EB5E5508ea5a31
Octal154335313612501035213261
Binary1101100011111010111011110101010101000111010101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D23EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D23EB; }

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

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

<style>
 a { background-color: #0D23EB; }

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

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

<style>
 span { border-color: #0D23EB; }

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

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