#230FEF

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

Shades of Blue #230FEF

Tints of Blue #230FEF

Color information

#230FEF (or 0x230FEF) is unknown color: approx Blue. HEX triplet: 23, 0F and EF. RGB value is (35,15,239). Sum of RGB (Red+Green+Blue) = 35+15+239=289 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.11% from 289); Green value is 15 (6.25% from 255 or 5.19% from 289); Blue value is 239 (93.75% from 255 or 82.70% from 289); Max value from RGB is 239 - color contains mainly: blue. Hex color #230FEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #230FEF is #DCF010. Grayscale: #2D2D2D. Windows color (decimal): -14479377 or 15666979. OLE color: 15666979.

HSL color Cylindrical-coordinate representation of color #230FEF: hue angle of 245.36º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #230FEF is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB3515239-
CMYK0.850.9400.06
HSL245.36º88.19%49.8%-
HSV(B)245.36º93.72%93.73%-
XYZ16.446.9382.13-
YUV46.52236.63119.79-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.11%
GREEN value IS 15 (6.25% from 255) = 5.19%
BLUE value IS 239 (93.75% from 255) = 82.70%
R=12.11%
G=5.19%
B=82.70%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal35152390.850.9400.06245.3688.1949.8
Hex23FEF555E06f55832
Octal43173571251360636513062
Binary100011111111101111101010110111100110111101011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,15,239); }

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

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

 a { background-color: rgb(35,15,239); }

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

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

 span { border-color: rgb(35,15,239); }

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