Html Css Color HEX #230ABA Medium Blue

📋 copy color: '#230ABA'

red 35 ◦ green 10 ◦ blue 186

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

Shades of Medium Blue #230ABA

Tints of Medium Blue #230ABA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.33%

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

R = 15.15%
G = 4.33%
B = 80.52%

CMYK

 C value IS 0.81

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#230ABA (or 0x230ABA) is known color: Medium Blue. HEX triplet: 23, 0A and BA. RGB value is (35,10,186). Sum of RGB (Red+Green+Blue) = 35+10+186=231 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.15% from 231); Green value is 10 (4.30% from 255 or 4.33% from 231); Blue value is 186 (73.05% from 255 or 80.52% from 231); Max value from RGB is 186 - color contains mainly: blue. Hex color #230ABA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230ABA is #DCF545. Grayscale: #242424. Windows color (decimal): -14480710 or 12192291. OLE color: 12192291.

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

Color convert

RGB 35 10 186 -
CMYK 0.81 0.95 0 0.27
HSL 248.52º 0.9% 0.38% -
HSV(B) 248.52º 0.95% 0.73% -
XYZ 9.66 4.12 46.74 -
YUV 37.54 211.78 126.19 -
System Red Green Blue C M Y K H S L
Decimal 35 10 186 0.81 0.95 0 0.27 248.52 0.9 0.38
Hex 23 A BA 51 5F 0 1B F9 5A 26
Octal 43 12 272 121 137 0 33 371 132 46
Binary 100011 1010 10111010 1010001 1011111 0 11011 11111001 1011010 100110

Color Harmonies of #230ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230ABA

Black with #230ABA

Text Example


Text Example

White with #230ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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