Html Css Color HEX #230EBC Medium Blue

📋 copy color: '#230EBC'

red 35 ◦ green 14 ◦ blue 188

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

Shades of Medium Blue #230EBC

Tints of Medium Blue #230EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 79.32%

R = 14.77%
G = 5.91%
B = 79.32%

CMYK

 C value IS 0.81

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#230EBC (or 0x230EBC) is known color: Medium Blue. HEX triplet: 23, 0E and BC. RGB value is (35,14,188). Sum of RGB (Red+Green+Blue) = 35+14+188=237 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.77% from 237); Green value is 14 (5.86% from 255 or 5.91% from 237); Blue value is 188 (73.83% from 255 or 79.32% from 237); Max value from RGB is 188 - color contains mainly: blue. Hex color #230EBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230EBC is #DCF143. Grayscale: #272727. Windows color (decimal): -14479684 or 12324387. OLE color: 12324387.

HSL color Cylindrical-coordinate representation of color #230EBC: hue angle of 247.24º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #230EBC is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 35 14 188 -
CMYK 0.81 0.93 0 0.26
HSL 247.24º 0.86% 0.4% -
HSV(B) 247.24º 0.93% 0.74% -
XYZ 9.93 4.3 47.88 -
YUV 40.12 211.46 124.35 -
System Red Green Blue C M Y K H S L
Decimal 35 14 188 0.81 0.93 0 0.26 247.24 0.86 0.4
Hex 23 E BC 51 5D 0 1A F7 56 28
Octal 43 16 274 121 135 0 32 367 126 50
Binary 100011 1110 10111100 1010001 1011101 0 11010 11110111 1010110 101000

Color Harmonies of #230EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230EBC

Black with #230EBC

Text Example


Text Example

White with #230EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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