#230EDB

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

Shades of Medium Blue #230EDB

Tints of Medium Blue #230EDB

Color information

#230EDB (or 0x230EDB) is unknown color: approx Medium Blue. HEX triplet: 23, 0E and DB. RGB value is (35,14,219). Sum of RGB (Red+Green+Blue) = 35+14+219=268 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.06% from 268); Green value is 14 (5.86% from 255 or 5.22% from 268); Blue value is 219 (85.94% from 255 or 81.72% from 268); Max value from RGB is 219 - color contains mainly: blue. Hex color #230EDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230EDB is #DCF124. Grayscale: #2A2A2A. Windows color (decimal): -14479653 or 14356003. OLE color: 14356003.

HSL color Cylindrical-coordinate representation of color #230EDB: hue angle of 246.15º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #230EDB is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB3514219-
CMYK0.840.9400.14
HSL246.15º87.98%45.69%-
HSV(B)246.15º93.61%85.88%-
XYZ13.645.7967.42-
YUV43.65226.96121.83-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.06%
GREEN value IS 14 (5.86% from 255) = 5.22%
BLUE value IS 219 (85.94% from 255) = 81.72%
R=13.06%
G=5.22%
B=81.72%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal35142190.840.9400.14246.1587.9845.69
Hex23EDB545E0Ef6582e
Octal431633312413601636613056
Binary1000111110110110111010100101111001110111101101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,14,219); }

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

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

 a { background-color: rgb(35,14,219); }

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

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

 span { border-color: rgb(35,14,219); }

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