Html Css Color HEX #230CBB Medium Blue

📋 copy color: '#230CBB'

red 35 ◦ green 12 ◦ blue 187

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

Shades of Medium Blue #230CBB

Tints of Medium Blue #230CBB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.13%

 BLUE value IS 187 (73.44% from 255) = 79.91%

R = 14.96%
G = 5.13%
B = 79.91%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#230CBB (or 0x230CBB) is known color: Medium Blue. HEX triplet: 23, 0C and BB. RGB value is (35,12,187). Sum of RGB (Red+Green+Blue) = 35+12+187=234 (30% of max value = 765). Red value is 35 (14.06% from 255 or 14.96% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 187 (73.44% from 255 or 79.91% from 234); Max value from RGB is 187 - color contains mainly: blue. Hex color #230CBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230CBB is #DCF344. Grayscale: #262626. Windows color (decimal): -14480197 or 12258339. OLE color: 12258339.

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

Color convert

RGB 35 12 187 -
CMYK 0.81 0.94 0 0.27
HSL 247.89º 0.88% 0.39% -
HSV(B) 247.89º 0.94% 0.73% -
XYZ 9.79 4.21 47.31 -
YUV 38.83 211.62 125.27 -
System Red Green Blue C M Y K H S L
Decimal 35 12 187 0.81 0.94 0 0.27 247.89 0.88 0.39
Hex 23 C BB 51 5E 0 1B F8 58 27
Octal 43 14 273 121 136 0 33 370 130 47
Binary 100011 1100 10111011 1010001 1011110 0 11011 11111000 1011000 100111

Color Harmonies of #230CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230CBB

Black with #230CBB

Text Example


Text Example

White with #230CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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