Html Css Color HEX #230EBA Medium Blue

📋 copy color: '#230EBA'

red 35 ◦ green 14 ◦ blue 186

#230EBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #230EBA

Tints of Medium Blue #230EBA

RGB

 RED value IS 35 (14.06% from 255) = 14.89%

 GREEN value IS 14 (5.86% from 255) = 5.96%

 BLUE value IS 186 (73.05% from 255) = 79.15%

R = 14.89%
G = 5.96%
B = 79.15%

CMYK

 C value IS 0.81

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#230EBA (or 0x230EBA) is known color: Medium Blue. HEX triplet: 23, 0E and BA. RGB value is (35,14,186). Sum of RGB (Red+Green+Blue) = 35+14+186=235 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.89% from 235); Green value is 14 (5.86% from 255 or 5.96% from 235); Blue value is 186 (73.05% from 255 or 79.15% from 235); Max value from RGB is 186 - color contains mainly: blue. Hex color #230EBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230EBA is #DCF145. Grayscale: #272727. Windows color (decimal): -14479686 or 12193315. OLE color: 12193315.

HSL color Cylindrical-coordinate representation of color #230EBA: hue angle of 247.33º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #230EBA is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 35 14 186 -
CMYK 0.81 0.92 0 0.27
HSL 247.33º 0.86% 0.39% -
HSV(B) 247.33º 0.92% 0.73% -
XYZ 9.71 4.22 46.76 -
YUV 39.89 210.46 124.51 -
System Red Green Blue C M Y K H S L
Decimal 35 14 186 0.81 0.92 0 0.27 247.33 0.86 0.39
Hex 23 E BA 51 5C 0 1B F7 56 27
Octal 43 16 272 121 134 0 33 367 126 47
Binary 100011 1110 10111010 1010001 1011100 0 11011 11110111 1010110 100111

Color Harmonies of #230EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230EBA

Black with #230EBA

Text Example


Text Example

White with #230EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #230EBA;
 }
 .AnyTagClassName
 {
   color: #230EBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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