#230AE9

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

Shades of Blue #230AE9

Tints of Blue #230AE9

Color information

#230AE9 (or 0x230AE9) is unknown color: approx Blue. HEX triplet: 23, 0A and E9. RGB value is (35,10,233). Sum of RGB (Red+Green+Blue) = 35+10+233=278 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.59% from 278); Green value is 10 (4.30% from 255 or 3.60% from 278); Blue value is 233 (91.41% from 255 or 83.81% from 278); Max value from RGB is 233 - color contains mainly: blue. Hex color #230AE9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #230AE9 is #DCF516. Grayscale: #2A2A2A. Windows color (decimal): -14480663 or 15272483. OLE color: 15272483.

HSL color Cylindrical-coordinate representation of color #230AE9: hue angle of 246.73º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #230AE9 is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB3510233-
CMYK0.850.9600.09
HSL246.73º91.77%47.65%-
HSV(B)246.73º95.71%91.37%-
XYZ15.516.4677.52-
YUV42.9235.28122.37-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.59%
GREEN value IS 10 (4.30% from 255) = 3.60%
BLUE value IS 233 (91.41% from 255) = 83.81%
R=12.59%
G=3.60%
B=83.81%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal35102330.850.9600.09246.7391.7747.65
Hex23AE9556009f75c30
Octal431235112514001136713460
Binary1000111010111010011010101110000001001111101111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,10,233); }

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

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

 a { background-color: rgb(35,10,233); }

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

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

 span { border-color: rgb(35,10,233); }

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