#230CEE

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

Shades of Blue #230CEE

Tints of Blue #230CEE

Color information

#230CEE (or 0x230CEE) is unknown color: approx Blue. HEX triplet: 23, 0C and EE. RGB value is (35,12,238). Sum of RGB (Red+Green+Blue) = 35+12+238=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 238 (93.36% from 255 or 83.51% from 285); Max value from RGB is 238 - color contains mainly: blue. Hex color #230CEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #230CEE is #DCF311. Grayscale: #2B2B2B. Windows color (decimal): -14480146 or 15600675. OLE color: 15600675.

HSL color Cylindrical-coordinate representation of color #230CEE: hue angle of 246.11º 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 #230CEE is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB3512238-
CMYK0.850.9500.07
HSL246.11º90.4%49.02%-
HSV(B)246.11º94.96%93.33%-
XYZ16.266.7981.34-
YUV44.64237.12121.12-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.28%
GREEN value IS 12 (5.08% from 255) = 4.21%
BLUE value IS 238 (93.36% from 255) = 83.51%
R=12.28%
G=4.21%
B=83.51%

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
Decimal35122380.850.9500.07246.1190.449.02
Hex23CEE555F07f65a31
Octal43143561251370736613261
Binary100011110011101110101010110111110111111101101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,12,238); }

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

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

 a { background-color: rgb(35,12,238); }

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

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

 span { border-color: rgb(35,12,238); }

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