Html Css Color HEX #230FBC Medium Blue

📋 copy color: '#230FBC'

red 35 ◦ green 15 ◦ blue 188

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

Shades of Medium Blue #230FBC

Tints of Medium Blue #230FBC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.3%

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

R = 14.71%
G = 6.3%
B = 78.99%

CMYK

 C value IS 0.81

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#230FBC (or 0x230FBC) is known color: Medium Blue. HEX triplet: 23, 0F and BC. RGB value is (35,15,188). Sum of RGB (Red+Green+Blue) = 35+15+188=238 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.71% from 238); Green value is 15 (6.25% from 255 or 6.30% from 238); Blue value is 188 (73.83% from 255 or 78.99% from 238); Max value from RGB is 188 - color contains mainly: blue. Hex color #230FBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230FBC is #DCF043. Grayscale: #282828. Windows color (decimal): -14479428 or 12324643. OLE color: 12324643.

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

Color convert

RGB 35 15 188 -
CMYK 0.81 0.92 0 0.26
HSL 246.94º 0.85% 0.4% -
HSV(B) 246.94º 0.92% 0.74% -
XYZ 9.94 4.33 47.89 -
YUV 40.7 211.13 123.93 -
System Red Green Blue C M Y K H S L
Decimal 35 15 188 0.81 0.92 0 0.26 246.94 0.85 0.4
Hex 23 F BC 51 5C 0 1A F7 55 28
Octal 43 17 274 121 134 0 32 367 125 50
Binary 100011 1111 10111100 1010001 1011100 0 11010 11110111 1010101 101000

Color Harmonies of #230FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230FBC

Black with #230FBC

Text Example


Text Example

White with #230FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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